上下限监控
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user