From f8bafd162ad7adf2f21986389568d650b71f976b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 08 三月 2022 17:20:12 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wjc' into release0123 --- HDL_ON/UI/UI2/3-Intelligence/Automation/AddInputType.cs | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/AddInputType.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/AddInputType.cs index 845f1de..deee2f7 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/AddInputType.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/AddInputType.cs @@ -9,14 +9,7 @@ { Tag = "Logic"; } - /// <summary> - /// 榛樿閫変腑鏄埧闂存椂锛氬叏閮ㄥ尯鍩� - /// </summary> - private Entity.Room selectedRoom = new Entity.Room { roomId = "6688" }; - /// <summary> - /// 琛ㄧず鏄�(鏉′欢/鐩爣) - /// </summary> - private string if_type = LogicMethod.condition_if; + public void Show() { LogicView.TopView topView = new LogicView.TopView(); -- Gitblit v1.8.0