文件名称:WpfMVVM简单Demo
文件大小:225KB
文件格式:ZIP
更新时间:2023-08-27 11:32:09
C# WPF源码 MVVM 后端驱动
C# WPF通过MVVM模型驱动更新界面内容的一个简单Demo,包含整个项目代码,VS2017直接编译后可用,适合入门学习。大神勿下。
【文件预览】:
WpfMVVMExample
----.vs()
--------WpfMVVMExample()
----bin()
--------Debug()
----App.xaml(382B)
----obj()
--------Debug()
----App.xaml.cs(341B)
----Model()
--------StudentModel.cs(2KB)
----ViewModel()
--------StudentViewModel.cs(2KB)
----WpfMVVMExample.csproj(4KB)
----App.config(189B)
----WpfMVVMExample.sln(1KB)
----MainWindow.xaml(2KB)
----Properties()
--------Resources.resx(5KB)
--------Settings.settings(201B)
--------AssemblyInfo.cs(2KB)
--------Settings.Designer.cs(1KB)
--------Resources.Designer.cs(3KB)
----MainWindow.xaml.cs(388B)