From 82b67388873fdd2213b00fa212b9e46c0d40e3cf Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 04 九月 2023 13:35:18 +0800 Subject: [PATCH] 备份2 --- 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