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