文件名称:MVPDemo
- 所属分类:
- 网络编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 35.2kb
- 下载次数:
- 0次
- 提 供 者:
- s**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
MVP模式示例代码。MVP是对MVC模式进行一改进。
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 3970997mvpdemo.rar 列表 MVPDemo MVPDemo\View MVPDemo\View\Properties MVPDemo\View\obj MVPDemo\View\obj\Debug MVPDemo\View\bin MVPDemo\View\bin\Debug MVPDemo\Presenter MVPDemo\Presenter\Properties MVPDemo\Presenter\obj MVPDemo\Presenter\obj\Debug MVPDemo\Presenter\bin MVPDemo\Presenter\bin\Debug MVPDemo\Output MVPDemo\Model MVPDemo\Model\Properties MVPDemo\Model\obj MVPDemo\Model\obj\Debug MVPDemo\Model\bin MVPDemo\Model\bin\Debug MVPDemo\Interface MVPDemo\Interface\ViewObject MVPDemo\Interface\Properties MVPDemo\Interface\obj MVPDemo\Interface\obj\Debug MVPDemo\Interface\bin MVPDemo\Interface\bin\Debug MVPDemo\MVPDemo.gpState MVPDemo\MVPDemo.sln MVPDemo\MVPDemo.suo MVPDemo\View\FrmCountryView.cs MVPDemo\View\FrmCountryView.Designer.cs MVPDemo\View\FrmCountryView.resx MVPDemo\View\Program.cs MVPDemo\View\View.csproj MVPDemo\View\Properties\AssemblyInfo.cs MVPDemo\View\Properties\Resources.Designer.cs MVPDemo\View\Properties\Resources.resx MVPDemo\View\Properties\Settings.Designer.cs MVPDemo\View\Properties\Settings.settings MVPDemo\View\obj\View.csproj.FileList.txt MVPDemo\Presenter\CountryPresenter.cs MVPDemo\Presenter\Presenter.cs MVPDemo\Presenter\Presenter.csproj MVPDemo\Presenter\Properties\AssemblyInfo.cs MVPDemo\Presenter\obj\Presenter.csproj.FileList.txt MVPDemo\Output\Interface.dll MVPDemo\Output\Model.dll MVPDemo\Output\Presenter.dll MVPDemo\Output\View.exe MVPDemo\Model\CountryModel.cs MVPDemo\Model\Model.csproj MVPDemo\Model\Properties\AssemblyInfo.cs MVPDemo\Model\obj\Model.csproj.FileList.txt MVPDemo\Interface\ICountryModel.cs MVPDemo\Interface\ICountryView.cs MVPDemo\Interface\Interface.csproj MVPDemo\Interface\IPresenter.cs MVPDemo\Interface\PresenterFactory.cs MVPDemo\Interface\ViewObject\CountryVO.cs MVPDemo\Interface\Properties\AssemblyInfo.cs MVPDemo\Interface\obj\Interface.csproj.FileList.txt