黄学彪
2019-11-25 5727cf0b9b54da0a191dd1e23cb5abf21320fbff
ZigbeeApp/Shared/Phone/UserCenter/HdlBackup/HdlGatewayBackUpForm.cs
@@ -65,12 +65,11 @@
        //    listView.Height = bodyFrameLayout.Height;
        //    bodyFrameLayout.AddChidren(listView);
        //    new System.Threading.Thread(() =>
        //    HdlThreadLogic.Current.Run(() =>
        //    {
        //        //从云端获取数据
        //        this.SetBackupInfoToForm();
        //    })
        //    { IsBackground = true }.Start();
        //    });
        //}
        #endregion
@@ -184,7 +183,7 @@
        ///// <param name="BackupClassId"></param>
        //public void LoadBackupInfo(string BackupClassId)
        //{
        //    new System.Threading.Thread(async () =>
        //    HdlThreadLogic.Current.Run(async () =>
        //    {
        //        //获取网关上面存在的全部文件
        //        var listFile = await this.GetGatewayFileFromGateway();
@@ -211,8 +210,7 @@
        //        //网关恢复成功
        //        string msg = Language.StringByID(R.MyInternationalizationString.uGatewayFileRecoverSuccess);
        //        this.ShowNormalMsg(msg);
        //    })
        //    { IsBackground = true }.Start();
        //    });
        //}
        //#endregion
@@ -259,7 +257,7 @@
        //    appendText = Language.StringByID(R.MyInternationalizationString.uDataUpLoad);
        //    ProgressBar.SetAppendText(appendText);
        //    new System.Threading.Thread(async () =>
        //    HdlThreadLogic.Current.Run(async () =>
        //    {
        //        //上传数据到云端
        //        directory = UserCenterLogic.CombinePath(directory);
@@ -281,8 +279,7 @@
        //        //刷新画面
        //        this.SetBackupInfoToForm();
        //    })
        //    { IsBackground = true }.Start();
        //    });
        //}
        //#endregion
@@ -446,7 +443,7 @@
        //    {
        //        return null;
        //    }
        //    int timeOutCount = 0;
        //    bool receiving = false;