领胜LDS 键盘AOI检测项目
wells.liu
2020-07-04 642cd31f0d1586a2a5ca6f9a3b3364725f4f1ecd
src/Bro.UI.Config/MainFrm.cs
@@ -491,6 +491,8 @@
        private void Device_OnDeviceStateChanged(IDevice device, EnumHelper.DeviceState currentState)
        {
            ststripDevices.BeginInvoke(new Action(() =>
            {
            for (int i = 1; i < ststripDevices.Items.Count; i++)
            {
                if ((ststripDevices.Items[i].Tag as IDevice)?.Id == device.Id)
@@ -500,6 +502,7 @@
                    break;
                }
            }
            }));
        }
        #endregion