Ejemplo n.º 1
0
 public static UserCommand GetInstance()
 {
     return sInstance == null ? sInstance = new UserCommand() : sInstance;
 }
Ejemplo n.º 2
0
 public static UserCommand GetInstance()
 {
     return(sInstance == null ? sInstance = new UserCommand() : sInstance);
 }