台架驱动
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using System.Reflection;
|
||||
using BenchMovementModule.Views;
|
||||
using BenchMovementModule.Views.Dialogs;
|
||||
using BenchMovementModule.ViewModels.Dialogs;
|
||||
|
||||
namespace BenchMovementModule
|
||||
{
|
||||
@@ -14,6 +16,9 @@ namespace BenchMovementModule
|
||||
public void RegisterTypes(IContainerRegistry containerRegistry)
|
||||
{
|
||||
containerRegistry.RegisterForNavigation<BenchMovementView>("BenchMovementView");
|
||||
|
||||
// 台架 TCP 连接配置弹窗
|
||||
containerRegistry.RegisterDialog<GantryConfigDialogView, GantryConfigDialogViewModel>("GantryConfigDialog");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user