Example #1
0
 public static wiSystem GetInstance()
 {
     if (instance == null)
     {
         instance = new wiSystem();
     }
     return(instance);
 }
Example #2
0
 public static wiSystem GetInstance()
 {
     if (instance == null)
     {
         instance = new wiSystem();
     }
     return instance;
 }