Skip to content

Commit 8b0d738

Browse files
committed
单例模式
1 parent b3e9815 commit 8b0d738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SingletonPattern/Singleton4.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class Singleton4
1717
private Singleton4()
1818
{
1919

20-
}
20+
}
2121

2222
/// <summary>
2323
/// 也可以通过暴露属性获取实例

0 commit comments

Comments
 (0)