public static UserCommand GetInstance()
 {
     return sInstance == null ? sInstance = new UserCommand() : sInstance;
 }
Exemple #2
0
 public static UserCommand GetInstance()
 {
     return(sInstance == null ? sInstance = new UserCommand() : sInstance);
 }