设计模式之中介者模式(Mediator Pattern)

时间:2015-03-24 05:46:22
【文件属性】:
文件名称:设计模式之中介者模式(Mediator Pattern)
文件大小:46KB
文件格式:ZIP
更新时间:2015-03-24 05:46:22
设计模式,中介者模式,Mediator Pattern 用一个中介对象来封装一系列的对象交互。中介者使各对象不需要显式地相互引用,从而使其耦合松散,而且可以独立地改变它们之间的交互。
【文件预览】:
MediatorPattern
----MediatorPattern.sln(935B)
----MediatorPattern()
--------Form1.Designer.cs(2KB)
--------Program.cs(496B)
--------MediatorPattern.csproj(4KB)
--------obj()
--------bin()
--------Form1.cs(613B)
--------ClassDiagram1.cd(2KB)
--------IBLL.cs(348B)
--------IDAL.cs(381B)
--------Form1.resx(6KB)
--------BLL.cs(2KB)
--------DAL.cs(737B)
--------Model.cs(338B)
--------Properties()
----MediatorPattern.suo(16KB)

网友评论