Exemplo n.º 1
0
 public void AddRobot(Robot robot)
 {
     robot.ExecuteCommands(Robots, Dimensions);
     Robots.Add(robot);
 }