HDL Home App 第二版本 旧平台金堂用 正在使用
chenqiyang
2022-06-22 dc0309e64f02227d8e1468b7326c07955f804612
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayBackUpListForm.cs
@@ -156,6 +156,10 @@
                                 bool result = HdlGatewayBackupLogic.Current.RecoverGateway(this.realGateway, this.nowSelectBackId, autoID == this.nowSelectBackId ? 1 : 0);
                                 if (result == true)
                                 {
                                     //网关数据恢复成功!
                                     msg = Language.StringByID(R.MyInternationalizationString.uRestoreGatewayDataSuccess);
                                     this.ShowMassage(ShowMsgType.Tip, msg);
                                     HdlThreadLogic.Current.RunMain(() =>
                                     {
                                         //关闭这个界面