From dbff3d984eb99f474ff63ee6daaadc2c00eee620 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 04 九月 2024 13:49:06 +0800
Subject: [PATCH] 1

---
 TEWin/FrmWin.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/TEWin/FrmWin.cs b/TEWin/FrmWin.cs
index 3af8dcd..88d7491 100644
--- a/TEWin/FrmWin.cs
+++ b/TEWin/FrmWin.cs
@@ -120,7 +120,7 @@
         {
             try
             {
-                this.SG.OnLoadFinished -= SG_OnLoadFinished;
+                //this.SG.OnLoadFinished -= SG_OnLoadFinished;
 
                 string id = this.SG.ProjectTree.FindItem(startName);
                 if (string.IsNullOrEmpty(id)) return;
@@ -166,6 +166,7 @@
 
         public void InvokeByCode(int code)
         {
+            LogOut.Info("InvokeByCode > " + code);
             switch (code)
             {
                 case 0xc0: // 閲嶇疆榧犳爣妯″紡

--
Gitblit v1.9.3