1
0
jeffrey 9 жил өмнө
parent
commit
8b0d73884c

+ 1 - 1
SingletonPattern/Singleton4.cs

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