wxr
2023-04-23 87cdd93b37a4f2b6f8c35e0ba63c3af105d0d5ac
HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs
@@ -67,13 +67,12 @@
                        logicView.btnSwitchIcon.IsSelected = false;
                        currLogic.enable = "false";
                    }
                    //Send.switchLogic(currLogic);
                    new System.Threading.Thread(() =>
                    {
                        try
                        {
                            //逻辑使能的命令
                            Send.Current.SwitchLogic(currLogic);
                            Send.Current.EnableLogic(currLogic);
                        }
                        catch { }