From 72be4f06a683de33ddd563c8447c39f7f17e5b7d Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 06 一月 2020 13:03:50 +0800 Subject: [PATCH] 合并代码 --- ZigbeeApp/Shared/Phone/Device/Light/DimmableLightControl.cs | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Light/DimmableLightControl.cs b/ZigbeeApp/Shared/Phone/Device/Light/DimmableLightControl.cs index dc7d547..32d0c62 100755 --- a/ZigbeeApp/Shared/Phone/Device/Light/DimmableLightControl.cs +++ b/ZigbeeApp/Shared/Phone/Device/Light/DimmableLightControl.cs @@ -38,7 +38,7 @@ /// 鏀惰棌鎸夐挳 /// </summary> private Button collectionBtn; - + /// <summary> /// 寮�鍏� /// </summary> @@ -47,7 +47,7 @@ /// 婊戞潯 /// </summary> private WaveSeekBar levelSeekBar; - + private Button StatuBtn; /// <summary> @@ -185,7 +185,7 @@ break; } } - + } } catch (Exception ex) @@ -196,7 +196,7 @@ } else if (typeTag == "OnlineStatusChange") { - + } } @@ -314,7 +314,7 @@ UserView.HomePage.Instance.AddChidren(detailInfo); UserView.HomePage.Instance.PageIndex += 1; detailInfo.Show(device, room); - detailInfo.action = () => + detailInfo.EditAction = (d,r) => { Show(device, room); }; @@ -448,6 +448,8 @@ InitProgressBtn(itemView); + InitProgressBtn(itemView); + switchBtn = new Button() { Y = Application.GetRealHeight(1005), -- Gitblit v1.8.0