qin
2024-05-06 20b138393ab0d441ee6b9e9b1cedbf1d22a2c00c
Hydraulic/Hydro.CommonBase/Helper/GlobalConfig.cs
@@ -26,7 +26,8 @@
        public static string Path 
        { 
            get 
            {
            {
                if (path == null) path = Directory.GetCurrentDirectory()+"\\";
                return path; 
            } 
            set