文件名称:MvvmApp
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 39kb
- 下载次数:
- 0次
- 提 供 者:
- ka***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
wpf的MVVM模式的应用实例,MVVM模式是为wpf量身定做的一种模式,主要突出了wpf的数据绑定的应用,如果没有数据绑定的习惯,不建议用此模式-wpf of MVVM model application example, MVVM model is a model tailored for the wpf, the main highlights of the data binding wpf application, data binding, if not the habit, do not recommend using this mode
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DemoApp\App.xaml
.......\App.xaml.cs
.......\Class Diagrams\CustomerClasses.cd
.......\..............\ViewModelClasses.cd
.......\Data\customers.xml
.......\....Access\CustomerAddedEventArgs.cs
.......\..........\CustomerRepository.cs
.......\DemoApp.csproj
.......\MainWindow.xaml
.......\MainWindow.xaml.cs
.......\MainWindowResources.xaml
.......\.odel\Customer.cs
.......\Properties\AssemblyInfo.cs
.......\..........\Settings.Designer.cs
.......\..........\Settings.settings
.......\..........\Strings.Designer.cs
.......\..........\Strings.resx
.......\RelayCommand.cs
.......\View\AllCustomersView.xaml
.......\....\AllCustomersView.xaml.cs
.......\....\CustomerView.xaml
.......\....\CustomerView.xaml.cs
.......\....Model\AllCustomersViewModel.cs
.......\.........\CommandViewModel.cs
.......\.........\CustomerViewModel.cs
.......\.........\MainWindowViewModel.cs
.......\.........\ViewModelBase.cs
.......\.........\WorkspaceViewModel.cs
UnitTests\AllCustomersViewModelTests.cs
.........\AuthoringTests.txt
.........\Constants.cs
.........\CustomerRepositoryTests.cs
.........\customers.xml
.........\CustomerTests.cs
.........\CustomerViewModelTests.cs
.........\MainWindowViewModelTests.cs
.........\Properties\AssemblyInfo.cs
.........\UnitTests.csproj
.........\ViewModelBaseTests.cs
LocalTestRun.testrunconfig
MvvmApp.sln
MvvmDemoApp.vsmdi
DemoApp\Class Diagrams
.......\Data
.......\DataAccess
.......\Model
.......\Properties
.......\View
.......\ViewModel
UnitTests\Properties
DemoApp
UnitTests
.......\App.xaml.cs
.......\Class Diagrams\CustomerClasses.cd
.......\..............\ViewModelClasses.cd
.......\Data\customers.xml
.......\....Access\CustomerAddedEventArgs.cs
.......\..........\CustomerRepository.cs
.......\DemoApp.csproj
.......\MainWindow.xaml
.......\MainWindow.xaml.cs
.......\MainWindowResources.xaml
.......\.odel\Customer.cs
.......\Properties\AssemblyInfo.cs
.......\..........\Settings.Designer.cs
.......\..........\Settings.settings
.......\..........\Strings.Designer.cs
.......\..........\Strings.resx
.......\RelayCommand.cs
.......\View\AllCustomersView.xaml
.......\....\AllCustomersView.xaml.cs
.......\....\CustomerView.xaml
.......\....\CustomerView.xaml.cs
.......\....Model\AllCustomersViewModel.cs
.......\.........\CommandViewModel.cs
.......\.........\CustomerViewModel.cs
.......\.........\MainWindowViewModel.cs
.......\.........\ViewModelBase.cs
.......\.........\WorkspaceViewModel.cs
UnitTests\AllCustomersViewModelTests.cs
.........\AuthoringTests.txt
.........\Constants.cs
.........\CustomerRepositoryTests.cs
.........\customers.xml
.........\CustomerTests.cs
.........\CustomerViewModelTests.cs
.........\MainWindowViewModelTests.cs
.........\Properties\AssemblyInfo.cs
.........\UnitTests.csproj
.........\ViewModelBaseTests.cs
LocalTestRun.testrunconfig
MvvmApp.sln
MvvmDemoApp.vsmdi
DemoApp\Class Diagrams
.......\Data
.......\DataAccess
.......\Model
.......\Properties
.......\View
.......\ViewModel
UnitTests\Properties
DemoApp
UnitTests