软件独立控制弹窗添加

This commit is contained in:
“hsc”
2026-09-10 14:01:50 +08:00
parent d35e451c40
commit d88b81a8f0
25 changed files with 2256 additions and 377 deletions
+16 -2
View File
@@ -15,8 +15,22 @@ namespace DeviceEditModule
containerRegistry.RegisterDialog<DialogMangerView, DialogMangerViewModel>("DialogMangerView");
// 设备编辑 View 注册为 Navigation(被动态解析后作为 Tab 内容嵌入 DialogMangerView
//containerRegistry.RegisterForNavigation<IT7800EView>("IT7800EView");
//containerRegistry.Register<SPAW7000ViewModel>();
containerRegistry.RegisterForNavigation<DG1000ZView>("DG1000ZView");
containerRegistry.RegisterForNavigation<IT6720View>("IT6720View");
containerRegistry.RegisterForNavigation<PW8001View>("PW8001View");
containerRegistry.RegisterForNavigation<ANEVH80View>("ANEVH80View");
containerRegistry.RegisterForNavigation<Chroma61800View>("Chroma61800View");
containerRegistry.RegisterForNavigation<MCc30WView>("MCc30WView");
containerRegistry.RegisterForNavigation<RLT1000View>("RLT1000View");
containerRegistry.RegisterForNavigation<S7200View>("S7200View");
containerRegistry.Register<DG1000ZViewModel>();
containerRegistry.Register<IT6720ViewModel>();
containerRegistry.Register<PW8001ViewModel>();
containerRegistry.Register<ANEVH80ViewModel>();
containerRegistry.Register<Chroma61800ViewModel>();
containerRegistry.Register<MCc30WViewModel>();
containerRegistry.Register<RLT1000ViewModel>();
containerRegistry.Register<S7200ViewModel>();
}
}
}