HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2019-10-10 2ed75b8b337048e5d75e6d9ec8307633134f02fd
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WiredGatewaySearchForm.cs
@@ -131,7 +131,7 @@
            //开启倒计时线程
            this.StartTimeCountThread(textValue);
            new System.Threading.Thread(async () =>
            HdlThreadLogic.Current.RunThread(async () =>
            {
                while (this.IsThreadAction)
                {
@@ -145,8 +145,7 @@
                    //检测搜索到的网关,然后添加到画面的行里面
                    await this.CheckZbGatewayAndSetRow();
                }
            })
            { IsBackground = true }.Start();
            });
        }
        /// <summary>
@@ -158,7 +157,7 @@
            //搜索时间
            this.searchTime = 60;
            new System.Threading.Thread(() =>
            HdlThreadLogic.Current.RunThread(() =>
            {
                while (this.IsThreadAction)
                {
@@ -187,8 +186,7 @@
                        btnStop.Text = textValue;
                    }
                });
            })
            { IsBackground = true }.Start();
            });
        }
        #endregion