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) {