Esempio n. 1
0
 public ManeuverControl Request(int number)
 {
     return(maneuver = new ManeuverControl(number));
 }
Esempio n. 2
0
 public bool Request(int numberFloor, ref ManeuverControl maneuverControl)
 {
     return(false);
 }
Esempio n. 3
0
 public bool RequestCabin(int numberFloor, string process, ref ManeuverControl maneuverControl)
 {
     return(false);
 }