From 628795e89590ad0e0e6f35213c2a6c60b0f8ebf2 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 12 二月 2019 11:54:53 +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