Beispiel #1
0
 public void SetState(LiftState state)
 {
     _state = state;
 }
Beispiel #2
0
 public Lift()
 {
     _state = new LiftRunning(this);
 }