예제 #1
0
 public Position.Position GetReport()
 {
     return(Robot.GetReport());
 }
 public void ProcessReportCommand()
 {
     Robot.GetReport();
 }