From c1ae6d8ac3787403a9af1bb6f508172dcc0c6418 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 14 二月 2019 12:02:36 +0800
Subject: [PATCH] 3335 配置表读取重构。

---
 System/WindowBase/WindowCenter.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/System/WindowBase/WindowCenter.cs b/System/WindowBase/WindowCenter.cs
index 9169b50..283fd04 100644
--- a/System/WindowBase/WindowCenter.cs
+++ b/System/WindowBase/WindowCenter.cs
@@ -143,6 +143,7 @@
         private void PushOpenCommand(OpenCommand command)
         {
             var name = command.name;
+            Debug.LogErrorFormat("鎺ㄩ�佸紑绐楀懡浠わ細{0}", name);
             var index = closeCommands.FindIndex((x) => { return x.name == name; });
             if (index != -1)
             {

--
Gitblit v1.8.0