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