app.xaml.cs注释掉SettingMainWindow系统设置页面
This commit is contained in:
parent
97287feb39
commit
5682e11660
|
@ -234,7 +234,7 @@ namespace DM_Weight
|
||||||
// 调试页面
|
// 调试页面
|
||||||
containerRegistry.RegisterForNavigation<DebugWindow, DebugWindowViewModel>();
|
containerRegistry.RegisterForNavigation<DebugWindow, DebugWindowViewModel>();
|
||||||
//主设置页面
|
//主设置页面
|
||||||
containerRegistry.RegisterForNavigation<SettingMainWindow, SettingMainWindowViewModel>();
|
//containerRegistry.RegisterForNavigation<SettingMainWindow, SettingMainWindowViewModel>();
|
||||||
////冰箱抽屉设置页面
|
////冰箱抽屉设置页面
|
||||||
//containerRegistry.RegisterForNavigation<FridgeWindow, FridgeWindowViewModel>();
|
//containerRegistry.RegisterForNavigation<FridgeWindow, FridgeWindowViewModel>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue