ningshuxia
2025-04-03 4917fb959e2befec07a693e72d7010c09494ec7c
02-desktop/Calculation/IStation.Epanet/DLL/EpanetMethods.cs
@@ -11,7 +11,7 @@
    public class EpanetMethods
    {
        /// <summary>文件名称 ("epanet2.2.dll").</summary>
        private const string EPANETDLL = "epanet2.2.dll";
        private const string EPANETDLL = "epanet2.2x64.dll";
        /// <summary>Epanet dll 调用约定</summary>
        private const CallingConvention CONVENTION = CallingConvention.StdCall;