From 9b9f329a71e7783fed555bd9911418e4653bbace Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期六, 02 二月 2019 11:26:46 +0800
Subject: [PATCH] 3335 重构窗口管理
---
System/Store/StoreModel.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Store/StoreModel.cs b/System/Store/StoreModel.cs
index 16d48d6..c738268 100644
--- a/System/Store/StoreModel.cs
+++ b/System/Store/StoreModel.cs
@@ -1709,7 +1709,7 @@
if(isClearData)
{
ClearPushData();
- WindowCenter.Instance.CloseImmediately<PetAndMountPushWin>();
+ WindowCenter.Instance.Close<PetAndMountPushWin>();
return;
}
@@ -1722,7 +1722,7 @@
}
else
{
- WindowCenter.Instance.CloseImmediately<PetAndMountPushWin>();
+ WindowCenter.Instance.Close<PetAndMountPushWin>();
}
}
--
Gitblit v1.8.0