Exemplo n.º 1
0
 //对请求做处理
 public void Handle()
 {
     state.Handle(this);
 }
Exemplo n.º 2
0
 public void Request()
 {
     state.Handle(this);
 }