Пример #1
0
 // 依赖与抽象中介者对象
 public override void ChangeCount(int Count, AbstractMediator mediator)
 {
     mediator.ChangeCount(Count);
 }