文件名称:MvvmLight_WPF_Frame_Nav:具有框架和页面的MvvmLight WPF导航
文件大小:39KB
文件格式:ZIP
更新时间:2024-06-06 06:59:56
navigation wpf mvvmlight C#
MvvmLight_WPF_Frame_Nav 目的 目的是创建一个模板或示例程序,这些模板或示例程序可用作使用MVVMLight工具包和框架控件的WPF C#导航程序的起始点。 该框架将在几页之间导航,并且该程序将包含MVVMLight的功能。 目标 使用MVVMLight 使用框架控件 在页面之间传递类/对象,并允许从任何页面进行更新,其他页面将显示更新的信息。 合并服务:NavigationService,DialogueService和DataService 使用SimpleIOC 与RelayExecute一起使用RelayCommand 如果需要,请使用Messanger(取决于页面之间对象的传递方式)。 拥有Laurent的Blendable设计时间经验,所以谈论... 问题 框架具有与之关联的navigationService属性,我尝试从WindowsPhon
【文件预览】:
MvvmLight_WPF_Frame_Nav-master
----.gitignore(4KB)
----framedisplay.PNG(11KB)
----README.md(2KB)
----MvvmLight_WPF_Frame_Nav()
--------MiddlePage.xaml.cs(288B)
--------ViewModel()
--------MainWindow.xaml(2KB)
--------Properties()
--------MiddlePage.xaml(916B)
--------Model()
--------IntroPage.xaml.cs(302B)
--------Helpers()
--------MainWindow.xaml.cs(497B)
--------App.config(184B)
--------App.xaml(976B)
--------LastPage.xaml(908B)
--------App.xaml.cs(315B)
--------packages.config(219B)
--------MvvmLight_WPF_Frame_Nav.csproj(7KB)
--------LastPage.xaml.cs(285B)
--------Design()
--------IntroPage.xaml(1KB)
--------Skins()
----MvvmLight_WPF_Frame_Nav.sln(1KB)
----.gitattributes(2KB)