设备初始化
This commit is contained in:
@@ -17,6 +17,9 @@ using UIShare.PubEvent;
|
||||
using static System.Runtime.InteropServices.JavaScript.JSType;
|
||||
using UIShare.GlobalVariable;
|
||||
using UIShare;
|
||||
using System;
|
||||
using DeviceCommand.Device;
|
||||
using DeviceCommand.Base;
|
||||
|
||||
namespace ADP
|
||||
{
|
||||
@@ -76,6 +79,7 @@ namespace ADP
|
||||
containerRegistry.RegisterScoped<SystemConfig>();
|
||||
containerRegistry.RegisterScoped<StepRunning>();
|
||||
containerRegistry.RegisterScoped<ScopedContext>();
|
||||
containerRegistry.RegisterScoped<DeviceManager>();
|
||||
containerRegistry.RegisterSingleton<GlobalInfo>();
|
||||
}
|
||||
//指定模块加载方式(需要手动将模块生成的dll放入Modules文件夹中)
|
||||
|
||||
Reference in New Issue
Block a user