From 96e9ff2e5a54f54cdbb6b8b2f049fdf6a837de3c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 23 八月 2023 14:28:22 +0800 Subject: [PATCH] 备份1 --- OnPro/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) diff --git a/OnPro/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs b/OnPro/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs index 1b55639..a07e976 100644 --- a/OnPro/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs +++ b/OnPro/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs @@ -832,27 +832,6 @@ } row.AddChidren(addView); - var btnAdd = new Button() - { - Gravity = Gravity.Center, - UnSelectedImagePath = "Public/PlusSignIcon.png", - Width = Application.GetRealWidth(32), - Height = Application.GetRealWidth(32), - }; - addView.AddChidren(btnAdd); - - btnAdd.MouseUpEventHandler = (sender, e) => - { - dialog.Close(); - Action action = () => { - LoadDialog_IrMoreView(); - }; - var addButton = new AcControlPage_AddIrButton(action); - MainPage.BasePageView.AddChidren(addButton); - addButton.Show(device); - MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; - }; - } else -- Gitblit v1.8.0