文件名称:MVP模式 示例代码
文件大小:21KB
文件格式:ZIP
更新时间:2015-01-11 07:38:45
MVP 模式 示例代码
分享一个 MVP模式的示例代码。经本来阅读学习,写得确实很好。层次很分明 并且代码很简洁,很有学习意义。示例里演示的是Passive MVP模式,是基于WinForm的。
【文件预览】:
MVPDemo
----MVPDemo.suo(27KB)
----MVPDemo()
--------Customer.cs(706B)
--------CustomerView.resx(6KB)
--------ViewBase.resx(6KB)
--------CustomerView.cs(3KB)
--------Program.cs(757B)
--------ICustomerView.cs(449B)
--------MVPDemo.csproj(5KB)
--------CustomerPresenter.cs(1KB)
--------CustomerMode.cs(1KB)
--------ViewBase.cs(808B)
--------Presenter~1.cs(307B)
--------CustomerEventArgs.cs(221B)
--------CustomerView.Designer.cs(8KB)
--------Properties()
--------IViewBase.cs(230B)
----MVPDemo.sln(911B)
----MVPDemo.gpState(260B)