HDL Home App 第二版本 旧平台金堂用 正在使用
wjc
2022-12-01 351bdda734832d821a9764b0cde8be5d83c4ec50
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(() =>
                                     {
                                         //关闭这个界面