From 2cf980484c713dfcecce72302b8a757a0c5aedb2 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 26 十二月 2023 17:19:52 +0800 Subject: [PATCH] 修改py初始化参数 --- ExportMap/cs/ExportUtil.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/cs/ExportUtil.cs b/ExportMap/cs/ExportUtil.cs index 4fab51c..c7ad5d4 100644 --- a/ExportMap/cs/ExportUtil.cs +++ b/ExportMap/cs/ExportUtil.cs @@ -158,7 +158,7 @@ /// <summary> /// 杞崲涓篨YZ鍙傛暟 /// </summary> - private static XYZArgs ToXYZArgs(ExportArgs ea) + public static XYZArgs ToXYZArgs(ExportArgs ea) { XYZArgs args = new XYZArgs(); args.name = ea.title; -- Gitblit v1.9.3