管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2024-09-04 90df693be709710819cd7b6e105e46b01d27ce6c
TEWin/FrmWin.cs
@@ -166,7 +166,7 @@
        public void InvokeByCode(int code)
        {
            LogOut.Info("InvokeByCode > " + code);
            LogOut.Info("InvokeByCode > 0x" + code.ToString("x"));
            switch (code)
            {
                case 0xc0: // 重置鼠标模式
@@ -798,7 +798,7 @@
        private void OpenPrj()
        {
            string flyPath = ReadPrjPath();
            if (String.IsNullOrEmpty(flyPath)) flyPath = Path.Combine(mainUrl, "see.fly");
            if (String.IsNullOrEmpty(flyPath)) flyPath = this.fly; // flyPath = Path.Combine(mainUrl, "see.fly");
            if (!File.Exists(flyPath))
            {
@@ -814,7 +814,7 @@
            try
            {
                string flyPath = ReadPrjPath();
                if (String.IsNullOrEmpty(flyPath)) flyPath = Path.Combine(mainUrl, "see.fly");
                if (String.IsNullOrEmpty(flyPath)) flyPath = this.fly; // flyPath = Path.Combine(mainUrl, "see.fly");
                this.Save();
                //this.SG.Project.SaveAs(flyPath);