Пример #1
0
 public static SystemPropertyService GetInstance()
 {
     if (instance == null)
     {
         instance = new SystemPropertyService();
     }
     return(instance);
 }
 public static SystemPropertyService GetInstance()
 {
     if (instance == null)
         instance = new SystemPropertyService();
     return instance;
 }