src/Bro.Common.Device/DeviceBase/PLCBase.cs
@@ -280,6 +280,11 @@ return locations; } public bool MoveToPoint(IOperationConfig opConfig) { throw new NotImplementedException(); } #endregion } @@ -552,7 +557,7 @@ public class PLCDeviceConverter : ComboBoxItemTypeConvert { public override Hashtable GetConvertHash() public override Hashtable GetConvertHash(ITypeDescriptorContext context) { Hashtable table = new Hashtable(); using (var scope = GlobalVar.Container.BeginLifetimeScope())