Exemple #1
0
 public void handleEvent(RobotEvent re)
 {
     throw new NotImplementedException();
 }
 public void handleEvent(RobotEvent re)
 {
     robot.handleEvent(re);
 }