Exemple #1
0
 public static ARCSNetLogic Instance()
 {
     if (_instance == null)
     {
         _instance = new ARCSNetLogic();
     }
     return(_instance);
 }
Exemple #2
0
 public ARCSNetLogic()
 {
     _instance = this;
 }