src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardIOStatus.cs
@@ -52,8 +52,8 @@ private void IoOut_DoubleClick(string name, bool isOn) { var index = Convert.ToInt16(name.Substring(6)); MotionCard.WriteOutput(index, isOn ? IOValue.TRUE : IOValue.FALSE); var index = Convert.ToInt16(name.Substring(5)); MotionCard.WriteOutput(index, isOn ? IOValue.FALSE : IOValue.TRUE); } private void RefreshIOStatus(object sender, EventArgs e)