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