文件名称:cSharpMVVM
- 所属分类:
- .net编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-03-16
- 文件大小:
- 663kb
- 下载次数:
- 0次
- 提 供 者:
- a**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
学习c# mvvm很好的例子,包括完整代码及注释。-good example to study c# mvvm,including code and annotation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MVVM实例
........\MvvmDemoApp
........\...........\DemoApp
........\...........\.......\App.xaml
........\...........\.......\App.xaml.cs
........\...........\.......\bin
........\...........\.......\...\Debug
........\...........\.......\...\.....\DemoApp.exe
........\...........\.......\...\.....\DemoApp.pdb
........\...........\.......\...\.....\DemoApp.vshost.exe
........\...........\.......\...\.....\DemoApp.vshost.exe.manifest
........\...........\.......\...\Release
........\...........\.......\Class Diagrams
........\...........\.......\..............\CustomerClasses.cd
........\...........\.......\..............\ViewModelClasses.cd
........\...........\.......\Data
........\...........\.......\DataAccess
........\...........\.......\..........\CustomerAddedEventArgs.cs
........\...........\.......\..........\CustomerRepository.cs
........\...........\.......\....\customers.xml
........\...........\.......\DemoApp.csproj
........\...........\.......\DemoApp.csproj.user
........\...........\.......\MainWindow.xaml
........\...........\.......\MainWindow.xaml.cs
........\...........\.......\MainWindowResources.xaml
........\...........\.......\Model
........\...........\.......\.....\Customer.cs
........\...........\.......\obj
........\...........\.......\...\Debug
........\...........\.......\...\.....\App.baml
........\...........\.......\...\.....\App.g.cs
........\...........\.......\...\.....\DemoApp.csproj.FileListAbsolute.txt
........\...........\.......\...\.....\DemoApp.exe
........\...........\.......\...\.....\DemoApp.g.resources
........\...........\.......\...\.....\DemoApp.pdb
........\...........\.......\...\.....\DemoApp.Properties.Strings.resources
........\...........\.......\...\.....\DemoApp_MarkupCompile.cache
........\...........\.......\...\.....\DemoApp_MarkupCompile.lref
........\...........\.......\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
........\...........\.......\...\.....\GeneratedInternalTypeHelper.g.cs
........\...........\.......\...\.....\GenerateResource-ResGen.read.1.tlog
........\...........\.......\...\.....\GenerateResource-ResGen.write.1.tlog
........\...........\.......\...\.....\MainWindow.baml
........\...........\.......\...\.....\MainWindow.g.cs
........\...........\.......\...\.....\MainWindowResources.baml
........\...........\.......\...\.....\TempPE
........\...........\.......\...\.....\......\Properties.Strings.Designer.cs.dll
........\...........\.......\...\.....\View
........\...........\.......\...\.....\....\AllCustomersView.baml
........\...........\.......\...\.....\....\AllCustomersView.g.cs
........\...........\.......\...\.....\....\CustomerView.baml
........\...........\.......\...\.....\....\CustomerView.g.cs
........\...........\.......\Properties
........\...........\.......\..........\AssemblyInfo.cs
........\...........\.......\..........\Settings.Designer.cs
........\...........\.......\..........\Settings.settings
........\...........\.......\..........\Strings.Designer.cs
........\...........\.......\..........\Strings.resx
........\...........\.......\RelayCommand.cs
........\...........\.......\View
........\...........\.......\ViewModel
........\...........\.......\.........\AllCustomersViewModel.cs
........\...........\.......\.........\CommandViewModel.cs
........\...........\.......\.........\CustomerViewModel.cs
........\...........\.......\.........\MainWindowViewModel.cs
........\...........\.......\.........\ViewModelBase.cs
........\...........\.......\.........\WorkspaceViewModel.cs
........\...........\.......\....\AllCustomersView.xaml
........\...........\.......\....\AllCustomersView.xaml.cs
........\...........\.......\....\CustomerView.xaml
........\...........\.......\....\CustomerView.xaml.cs
........\...........\LocalTestRun.testrunconfig
........\...........\MvvmDemoApp.sln
........\...........\MvvmDemoApp.suo
........\...........\MvvmDemoApp.vsmdi
........\...........\UnitTests
........\...........\.........\AllCustomersViewModelTests.cs
........\...........\.........\AuthoringTests.txt
........\......