黄学彪
2019-10-10 2ed75b8b337048e5d75e6d9ec8307633134f02fd
ZigbeeApp/Shared/Phone/UserCenter/Device/PirSensor/PirSensorBindTargetForm.cs
@@ -70,7 +70,7 @@
        //    //开启进度条
        //    this.ShowProgressBar();
        //    new System.Threading.Thread(async () =>
        //    HdlThreadLogic.Current.Run(async () =>
        //    {
        //        List<CommonDevice> listDevice = await HdlDeviceBindLogic.Current.GetBindTargetDevice(this.deviceIASZone);
        //        if (listDevice == null)
@@ -91,8 +91,7 @@
        //        }
        //        //关闭进度条
        //        this.CloseProgressBar();
        //    })
        //    { IsBackground = true }.Start();
        //    });
        //}
        ///// <summary>