上下限监控

This commit is contained in:
hsc
2026-07-07 14:22:25 +08:00
parent 3b41459dcd
commit f5145d10e4
10 changed files with 417 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
using MonitorModule.Views;
using MonitorModule.Views.Dialogs;
using System.Reflection;
namespace MonitorModule
@@ -16,6 +17,7 @@ namespace MonitorModule
{
containerRegistry.RegisterForNavigation<MonitorView>("MonitorView");
containerRegistry.RegisterForNavigation<RecordView>("RecordView");
containerRegistry.RegisterDialog<ValueLimitView>("ValueLimitView");
}
}