예제 #1
0
 public static void Execute(Robot robot, ICoordinateService coordinateService)
 {
     foreach (var command in robot.Commands)
     {
         coordinateService.ExecuteSteps(robot, command);
     }
 }