Esempio n. 1
0
 public void SetState(TimeState state)
 {
     current = state;
 }
Esempio n. 2
0
 public Work()
 {
     current = new FornoonState();
 }