Beispiel #1
0
 public void SetState(AbstactState state)
 {
     this._state = state;
 }
Beispiel #2
0
 public Work()
 {
     this._state = new ForenoonState();
 }