黄学彪
2019-10-10 2ed75b8b337048e5d75e6d9ec8307633134f02fd
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayFirmwareInfoForm.cs
@@ -71,7 +71,7 @@
        //        this.ShowProgressBar();
        //    }
        //    new System.Threading.Thread(async () =>
        //    HdlThreadLogic.Current.Run(async () =>
        //    {
        //        //获取网关新版本信息
        //        this.listVersionInfo = await Common.LocalGateway.Current.GetGatewayAllNewVersion(this.zbGateway);
@@ -102,8 +102,7 @@
        //            //添加固件升级行
        //            this.AddFirmwareUpdateRow();
        //        });
        //    })
        //    { IsBackground = true }.Start();
        //    });
        //}
        #endregion