Esempio n. 1
0
 public LiftClosed(Lift lift)
     : base(lift)
 {
 }
Esempio n. 2
0
 public LiftRunning(Lift lift)
     : base(lift)
 {
 }
Esempio n. 3
0
 public LiftState(Lift lift)
 {
     _lift = lift;
 }
Esempio n. 4
0
 public LiftOpen(Lift lift)
     : base(lift)
 {
 }