Exemple #1
0
 public Work()
 {
     //初始化上午工作
     this.current = new ForenoonState();
 }
Exemple #2
0
 public void SetState(StateDemo s)
 {
     current = s;
 }