WJC
2019-12-11 1c7e1305f637ef910ccc5cd691255c34296c846b
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) =>
            {