Ejemplo n.º 1
0
 public string Move(string order)
 {
     return(pilot == null ? "not exist pilot" : pilot.Operate(order));
 }