逻辑规则无法弹窗修复问题

This commit is contained in:
2025-09-19 22:08:28 +08:00
parent 59ea3aa8f0
commit b9d35c6c6f
2 changed files with 45 additions and 0 deletions

View File

@@ -101,6 +101,8 @@ namespace CapMachine.Wpf
containerRegistry.RegisterSingleton<ConfigService>();
containerRegistry.RegisterSingleton<AlarmService>();
containerRegistry.RegisterSingleton<LogicRuleService>();
////注册设备服务
//containerRegistry.RegisterSingleton<MachineDataService>();
containerRegistry.RegisterSingleton<CanDriveService>();