chenqiyang
2023-04-21 184c921948771281c87357c11d6a8f11f77e6f60
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 { }