From 1f1f18ba49c9a776e0c9e0d2cd6abf9ee8ca5443 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 27 六月 2023 12:54:51 +0800 Subject: [PATCH] 添加Mpt配置信息 --- ExportMap/cs/TBUtils.cs | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/ExportMap/cs/TBUtils.cs b/ExportMap/cs/TBUtils.cs index d32b9f9..b1bc691 100644 --- a/ExportMap/cs/TBUtils.cs +++ b/ExportMap/cs/TBUtils.cs @@ -31,6 +31,17 @@ } /// <summary> + /// Mpt璺緞 + /// </summary> + public static string MptPath + { + get + { + return Tools.GetSetting("mpt"); + } + } + + /// <summary> /// 鍒涘缓MPT /// </summary> public static string CreateMpt(string path, ref string err) -- Gitblit v1.9.3