コード例 #1
0
 public static ClientsCore GetInstance()
 {
     if (instance==null)
     {
         instance = new ClientsCore();
     }
     return instance;
 }
コード例 #2
0
 public static ClientsCore GetInstance()
 {
     if (instance == null)
     {
         instance = new ClientsCore();
     }
     return(instance);
 }