Ejemplo n.º 1
0
 public void fullLift(LiftPrototype lift)
 {
     lift.Full();
 }
Ejemplo n.º 2
0
 public void emptyLift(LiftPrototype lift)
 {
     lift.Empty();
 }