From da528e999d6538a12f357b6c745974316d48c086 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 09 九月 2024 15:27:16 +0800 Subject: [PATCH] 修改初始化fly --- TEWin/FrmWin.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/TEWin/FrmWin.cs b/TEWin/FrmWin.cs index 96d9d3b..e837577 100644 --- a/TEWin/FrmWin.cs +++ b/TEWin/FrmWin.cs @@ -80,13 +80,14 @@ LogOut.Info("寮�濮嬭繍琛�.."); bool isTest = "1" == ConfigurationManager.AppSettings["isTest"]; - this.fly = ConfigurationManager.AppSettings["fly"] ?? ConfigurationManager.AppSettings["testFly"]; + this.fly = getFly(); + /*this.fly = ConfigurationManager.AppSettings["fly"] ?? ConfigurationManager.AppSettings["testFly"]; if (!this.fly.Contains(":\\")) this.fly = Path.Combine(Application.StartupPath, this.fly); if (!File.Exists(this.fly)) { LogOut.Error("Fly鏂囦欢涓嶅瓨鍦細" + this.fly); return; - } + }*/ SG = new SGWorld71(); SG.OnLoadFinished += SG_OnLoadFinished; -- Gitblit v1.9.3