From 1c7e1305f637ef910ccc5cd691255c34296c846b Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期三, 11 十二月 2019 15:34:53 +0800 Subject: [PATCH] 2019-12-11-1 --- ZigbeeApp/Shared/Phone/Device/Logic/DoorLockLogic/LockAddDevice.cs | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/DoorLockLogic/LockAddDevice.cs b/ZigbeeApp/Shared/Phone/Device/Logic/DoorLockLogic/LockAddDevice.cs index b5bd6bb..0185dc3 100644 --- a/ZigbeeApp/Shared/Phone/Device/Logic/DoorLockLogic/LockAddDevice.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/DoorLockLogic/LockAddDevice.cs @@ -697,6 +697,7 @@ }; flMain.AddChidren(devicefra); devicefra.SetCornerWithSameRadius(Application.GetRealHeight(58), HDLUtils.RectCornerTopLeft | HDLUtils.RectCornerTopRight); + #region -------鍙栨秷 瀹屾垚 var timetype = new RowLayout { @@ -746,7 +747,6 @@ }; timetype.AddChidren(Btncomplete); #endregion - string SelectedDeviceStatusaction = "no"; actionsInfo.Add("LinkType", 0); @@ -1141,7 +1141,7 @@ #endregion int Progressvalue = 100; - EventHandler<int> progressclick = (sender, e) => + EventHandler<int> progressclick = (sender, e) => { SelectedDeviceStatusaction = "yes"; Progressvalue = horizontalSeekBarVol.Progress; @@ -1745,7 +1745,6 @@ } } break; - case DeviceType.Thermostat: { @@ -2070,7 +2069,6 @@ } - Btncomplete.MouseUpEventHandler += (sender, e) => { -- Gitblit v1.8.0