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