• Net设计模式实例之中介者模式(Mediator Pattern)

    时间:2022-02-02 05:09:29

    一、中介者模式简介(Brief Intro du ction) 中介者模式(Mediator Pattern),定义一个中介对象来封装系列对象之间的交互。中介者使各个对象不需要显示地相互引用,从而使其耦合性松散,而且可以独立地改变他们之间的交互。 Define an object that ...