Exemplo n.º 1
0
 public static UserInput GetUserInput()
 {
     if (singleton == null)
     {
         singleton = new UserInput();
     }
     return singleton;
 }
Exemplo n.º 2
0
 public static void Initialize()
 {
     Input = UserInput.GetUserInput();
 }