From f7dc33c89b3b90a8cbc5999062519e58a5b8fa19 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 26 九月 2018 19:33:05 +0800
Subject: [PATCH] 3335 修理窗口管理api

---
 System/Message/GMNotify.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Message/GMNotify.cs b/System/Message/GMNotify.cs
index 851cce1..f6e486b 100644
--- a/System/Message/GMNotify.cs
+++ b/System/Message/GMNotify.cs
@@ -100,7 +100,7 @@
             {
                 return false;
             }
-            if (WindowCenter.Instance.CheckOpen<LoadingWin>())
+            if (WindowCenter.Instance.IsOpen<LoadingWin>())
             {
                 return false;
             }

--
Gitblit v1.8.0