From 863b530a1b95d59aee08d1cfa791ee8a1984596c Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期二, 05 十一月 2019 13:45:15 +0800 Subject: [PATCH] 2019-11-05-1 --- ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/IndoorUnitSettionForm.cs | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/IndoorUnitSettionForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/IndoorUnitSettionForm.cs index 202f732..137ab61 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/IndoorUnitSettionForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/IndoorUnitSettionForm.cs @@ -129,18 +129,6 @@ form.AddForm(deviceAc); }; - //鎽嗛 - var rowSwing = new FrameRowControl(listview.rowSpace / 2); - rowSwing.UseClickStatu = false; - listview.AddChidren(rowSwing); - rowSwing.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uAirConditionerSwing), 600); - rowSwing.AddBottomLine(); - var btnSwicth = rowSwing.AddMostRightSwitchIcon(); - btnSwicth.ButtonClickEvent += (sender, e) => - { - btnSwicth.IsSelected = !btnSwicth.IsSelected; - }; - //鍒濆鍖栨甯冨畬鎴� tableContr.FinishInitControl(bodyFrameLayout, this.listview); tableContr = null; -- Gitblit v1.8.0