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>