From 0bcae6e82ea1a1b2d1b3682b1a0bfe093d5b143a Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期日, 21 十月 2018 10:45:34 +0800
Subject: [PATCH] 3335 更新lua库
---
System/WindowBase/WindowCenter.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/WindowBase/WindowCenter.cs b/System/WindowBase/WindowCenter.cs
index 2d1f9ab..7333e41 100644
--- a/System/WindowBase/WindowCenter.cs
+++ b/System/WindowBase/WindowCenter.cs
@@ -486,7 +486,7 @@
}
}
- public bool CheckOpen(string _name)
+ public bool IsOpen(string _name)
{
if (windows.ContainsKey(_name) && windows[_name] != null)
{
--
Gitblit v1.8.0