예제 #1
0
 public void SetState(TimeState state)
 {
     current = state;
 }
예제 #2
0
 public Work()
 {
     current = new FornoonState();
 }