| | |
| | | {
|
| | | //打开进度条
|
| | | this.ShowProgressBar(); |
| | | HdlThreadLogic.Current.RunThread(async () => |
| | | HdlThreadLogic.Current.RunThread(() => |
| | | {
|
| | | var strUrl = "https://hdlcontrol.com/%E6%B2%B3%E4%B8%9C%E9%9A%90%E7%A7%81%E6%9D%83%E6%94%BF%E7%AD%9620200331.txt";
|
| | | var byteData = await Common.CommonPage.Instance.DoRequestZigbeeHttpsInterface(strUrl, null, null, "GET");
|
| | | var byteData = Common.CommonPage.Instance.DoRequestZigbeeHttpsInterface(strUrl, null, null, "GET");
|
| | | if (byteData == null)
|
| | | {
|
| | | this.CloseProgressBar(ShowReLoadMode.YES);
|