public override void Handle(Context context)
 {
     context.State = new ConcreteStateB();
 }
示例#2
0
 public abstract void Handle(Context context);