曲线回读

This commit is contained in:
hsc
2026-07-22 17:08:36 +08:00
parent 8b8704e59c
commit 2cd8ef61db
6 changed files with 120 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ namespace MonitorModule
{
containerRegistry.RegisterForNavigation<MonitorView>("MonitorView");
containerRegistry.RegisterForNavigation<RecordView>("RecordView");
containerRegistry.RegisterForNavigation<CurveRecallView>("CurveRecallView");
containerRegistry.RegisterDialog<ValueLimitView>("ValueLimitView");
}
}