曲线回读代码位置修改

This commit is contained in:
hsc
2026-07-27 14:18:12 +08:00
parent 2a13c0ad34
commit 013729003a
7 changed files with 490 additions and 616 deletions

View File

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