Ver código fonte

单例模式

jeffrey 9 anos atrás
pai
commit
8b0d73884c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      SingletonPattern/Singleton4.cs

+ 1 - 1
SingletonPattern/Singleton4.cs

@@ -17,7 +17,7 @@ namespace SingletonPattern
         private Singleton4()
         {
 
-        }
+        } 
 
         /// <summary>
         /// 也可以通过暴露属性获取实例