From ecba45c93391066bc30c7bd602c3a7683fbb99a7 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期五, 31 七月 2020 10:56:12 +0800
Subject: [PATCH] 临时备份

---
 ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WiredGatewaySearchForm.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WiredGatewaySearchForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WiredGatewaySearchForm.cs
index 9539160..726b27a 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WiredGatewaySearchForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WiredGatewaySearchForm.cs
@@ -292,10 +292,10 @@
         private void StartCheckGatewayThread()
         {
             this.isGatewaySearching = true;
-            HdlThreadLogic.Current.RunThread(() =>
+            HdlThreadLogic.Current.RunThread(async () =>
             {
                 //娓呯┖鍏ㄩ儴鍒楄〃
-                HdlGatewayLogic.Current.ClearAllRealGatewayConection(true);
+                HdlGatewayLogic.Current.ClearAllRealGateway();
                 ZigBee.Common.Application.IsSearchingGateway = true;
 
                 int count = 0;
@@ -311,7 +311,7 @@
                     }
                     count = 0;
 
-                    this.CheckZbGatewayAndSetRow();
+                    await this.CheckZbGatewayAndSetRow();
 
                     if (this.newGatewayGetting == true)
                     {
@@ -325,7 +325,7 @@
         /// <summary>
         /// 妫�娴嬫悳绱㈠埌鐨勭綉鍏筹紝鐒跺悗娣诲姞鍒扮敾闈㈢殑琛岄噷闈�
         /// </summary>
-        private bool CheckZbGatewayAndSetRow()
+        private async Task<bool> CheckZbGatewayAndSetRow()
         {
             List<string> listId = new List<string>();
             for (int i = 0; i < ZbGateway.GateWayList.Count; i++)
@@ -389,7 +389,7 @@
                 if (mode == GatewayBindMode.First || mode == GatewayBindMode.Binded)
                 {
                     //娣诲姞鎼滅储鍒扮殑缃戝叧鍒扮紦瀛�(鎵ц缃戝叧淇濆瓨鎿嶄綔)
-                    var result = HdlGatewayLogic.Current.AddNewGateway(way, ShowErrorMode.NO);
+                    var result = await HdlGatewayLogic.Current.AddNewGateway(way, ShowErrorMode.NO);
                     if (result == false)
                     {
                         continue;

--
Gitblit v1.8.0