コード例 #1
0
 public static wiSystem GetInstance()
 {
     if (instance == null)
     {
         instance = new wiSystem();
     }
     return(instance);
 }
コード例 #2
0
ファイル: wiServer.cs プロジェクト: MrJoy/WebInterface
 public static wiSystem GetInstance()
 {
     if (instance == null)
     {
         instance = new wiSystem();
     }
     return instance;
 }