From d20fdf2fccbfdd4a5ac2e6e79523a9558b9a2b51 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 18 七月 2024 15:44:27 +0800
Subject: [PATCH] 初始化GDAL

---
 SimuTools/Tools/Handle.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/SimuTools/Tools/Handle.cs b/SimuTools/Tools/Handle.cs
index b29c6f4..c733210 100644
--- a/SimuTools/Tools/Handle.cs
+++ b/SimuTools/Tools/Handle.cs
@@ -9,6 +9,8 @@
 {
     public class Handle
     {
+        public static readonly string BaseDir = AppDomain.CurrentDomain.BaseDirectory;
+
         public static void Run(string terrainFile, string waterPath, string flowPath, string outPath)
         {
             //

--
Gitblit v1.9.3