From bfb3d0d4879dca8c59ff287c92f5113162f3a33a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 27 八月 2024 15:22:48 +0800 Subject: [PATCH] 代码备份 --- OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Security.cs | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Security.cs b/OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Security.cs index 062e4c5..2e67c88 100644 --- a/OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Security.cs +++ b/OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Security.cs @@ -28,19 +28,19 @@ BackgroundColor = CSS.CSS_Color.viewMiddle, }; this.AddChidren(viewLayout); - var securityList = LogicMethod.Current.GetSecurityList(); - for (int i = 0; i < securityList.Count; i++) - { - var security = securityList[i]; - LogicView.SelectTypeView securityView = new LogicView.SelectTypeView(); - securityView.btnText.Text = security.name; - securityView.btnIcon.UnSelectedImagePath = "LogicIcon/security.png"; - viewLayout.AddChidren(securityView.FLayoutView()); - securityView.btnClick.MouseUpEventHandler += (sen, e) => - { - SecurityMethod(this, security.sid); - }; - } + //var securityList = new List<Funtion>(); + //for (int i = 0; i < securityList.Count; i++) + //{ + // var security = securityList[i]; + // LogicView.SelectTypeView securityView = new LogicView.SelectTypeView(); + // securityView.btnText.Text = security.name; + // securityView.btnIcon.UnSelectedImagePath = "LogicIcon/security.png"; + // viewLayout.AddChidren(securityView.FLayoutView()); + // securityView.btnClick.MouseUpEventHandler += (sen, e) => + // { + // SecurityMethod(this, security.sid); + // }; + //} } -- Gitblit v1.8.0