コード例 #1
0
 public TheToyRobotSimulatorTests()
 {
     _theRobot            = new TheRobot();
     _robotCommandHandler = new RobotInteractiveCommandHandler(new string[] {});
 }
コード例 #2
0
 public RobotInteractiveCommandHandler(string[] switches)
 {
     _rob      = new TheRobot();
     _switches = switches;
     ShowWelcomeMessages();
 }