src/Bro.Device.Common/Base/DeviceBase.cs
@@ -30,7 +30,6 @@ public Action<EnumHelper.DeviceState> OnDeviceStateChanged { get; set; } #endregion int RetryTime = 3; /// <summary> /// 和设备暂停状态关联的信号量 @@ -169,8 +168,6 @@ [JsonIgnore] public Dictionary<DeviceInputMethodAttribute, MethodInfo> InputMethods { get; set; } = new Dictionary<DeviceInputMethodAttribute, MethodInfo>(); //public event DeviceStateChangedDelegate OnDeviceStateChanged;