예제 #1
0
 public RobotInterface(RobotStateMachine robotStateMachine)
 {
     this.robotStateMachine = robotStateMachine;
 }
예제 #2
0
 public Startup()
 {
     this.robotStateMachine = new RobotStateMachine(new CommandParser());
 }
예제 #3
0
 public Startup()
 {
     this.robotStateMachine = new RobotStateMachine(new CommandParser());
 }
예제 #4
0
 public RobotInterface(RobotStateMachine robotStateMachine)
 {
     this.robotStateMachine = robotStateMachine;
 }