Beispiel #1
0
 public Command()
 {
     _userInput = new UserInput();
     _userInput.GetUserInput();
 }
Beispiel #2
0
 static void Main(string[] args)
 {
     UserInput user = new UserInput();
     user.Input(args);
 }