From d9c6232dac8c1af6586d116fe558d154feb46011 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 21 六月 2023 15:50:22 +0800 Subject: [PATCH] 1 --- ExportMap/cs/Tools.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/cs/Tools.cs b/ExportMap/cs/Tools.cs index 71debf0..3bc1e44 100644 --- a/ExportMap/cs/Tools.cs +++ b/ExportMap/cs/Tools.cs @@ -159,7 +159,7 @@ /// </summary> /// <param name="cmd">鍛戒护琛�</param> /// <returns>鎵ц缁撴灉鎴栧嚭閿欎俊鎭�</returns> - public static String ExecCmd(string cmd, bool isPy = false, bool isOut = false) + public static string ExecCmd(string cmd, bool isPy = false, bool isOut = false) { List<string> list = new List<string>(); if (isPy) -- Gitblit v1.9.3