Download WinformsPOCMVP
Description
This is a simple, and small proof of concept for the Model View Presenter UI design pattern with C# WinForms.
Source Files
The download file winformspocmvp.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
WinformsPOCMVP/WinformsPOCMVP.Business/CustomerListViewModel.cs
WinformsPOCMVP/WinformsPOCMVP.Business/CustomerService.cs
WinformsPOCMVP/WinformsPOCMVP.Business/ICustomerService.cs
WinformsPOCMVP/WinformsPOCMVP.Business/Properties/AssemblyInfo.cs
WinformsPOCMVP/WinformsPOCMVP.Business/WinformsPOCMVP.Business.csproj
WinformsPOCMVP/WinformsPOCMVP.Business/WinformsPOCMVP.Business.csproj.vspscc
WinformsPOCMVP/WinformsPOCMVP.Data/CustomerRepository.cs
WinformsPOCMVP/WinformsPOCMVP.Data/ICustomerRepository.cs
WinformsPOCMVP/WinformsPOCMVP.Data/Properties/AssemblyInfo.cs
WinformsPOCMVP/WinformsPOCMVP.Data/WinformsPOCMVP.Data.csproj
WinformsPOCMVP/WinformsPOCMVP.Data/WinformsPOCMVP.Data.csproj.vspscc
WinformsPOCMVP/WinformsPOCMVP.Domain/Customer.cs
WinformsPOCMVP/WinformsPOCMVP.Domain/CustomerAccountType.cs
WinformsPOCMVP/WinformsPOCMVP.Domain/Properties/AssemblyInfo.cs
WinformsPOCMVP/WinformsPOCMVP.Domain/WinformsPOCMVP.Domain.csproj
WinformsPOCMVP/WinformsPOCMVP.Domain/WinformsPOCMVP.Domain.csproj.vspscc
WinformsPOCMVP/WinformsPOCMVP.Presentation/CustomerDetailPresenter.cs
WinformsPOCMVP/WinformsPOCMVP.Presentation/ICustomerDetailView.cs
WinformsPOCMVP/WinformsPOCMVP.Presentation/Properties/AssemblyInfo.cs
WinformsPOCMVP/WinformsPOCMVP.Presentation/WinformsPOCMVP.Presentation.csproj
WinformsPOCMVP/WinformsPOCMVP.Presentation/WinformsPOCMVP.Presentation.csproj.vspscc
WinformsPOCMVP/WinformsPOCMVP.Ui.Tests/CustomerDetailPresenterTests.cs
WinformsPOCMVP/WinformsPOCMVP.Ui.Tests/Properties/AssemblyInfo.cs
WinformsPOCMVP/WinformsPOCMVP.Ui.Tests/WinformsPOCMVP.Ui.Tests.csproj
WinformsPOCMVP/WinformsPOCMVP.Ui.Tests/WinformsPOCMVP.Ui.Tests.csproj.vspscc
WinformsPOCMVP/WinformsPOCMVP.Ui/CustomerDetailView.Designer.cs
WinformsPOCMVP/WinformsPOCMVP.Ui/CustomerDetailView.cs
WinformsPOCMVP/WinformsPOCMVP.Ui/CustomerDetailView.resx
WinformsPOCMVP/WinformsPOCMVP.Ui/Program.cs
WinformsPOCMVP/WinformsPOCMVP.Ui/Properties/AssemblyInfo.cs
WinformsPOCMVP/WinformsPOCMVP.Ui/Properties/Resources.Designer.cs
WinformsPOCMVP/WinformsPOCMVP.Ui/Properties/Resources.resx
WinformsPOCMVP/WinformsPOCMVP.Ui/Properties/Settings.Designer.cs
WinformsPOCMVP/WinformsPOCMVP.Ui/Properties/Settings.settings
WinformsPOCMVP/WinformsPOCMVP.Ui/ViewMode.cs
WinformsPOCMVP/WinformsPOCMVP.Ui/WinformsPOCMVP.Ui.csproj
WinformsPOCMVP/WinformsPOCMVP.Ui/WinformsPOCMVP.Ui.csproj.vspscc
WinformsPOCMVP/WinformsPOCMVP.sln//from www . j a v a2s . c om
WinformsPOCMVP/WinformsPOCMVP.vssscc
Download
Click the following link to download winformspocmvp.zip.
winformspocmvp.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »