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(() => { //关闭这个界面