ningshuxia
2025-04-25 9eb7f4af097fb41b81fbff725d930cd6ab052c97
Yw.Hydraulic.Test.Core/Program.cs
@@ -9,6 +9,8 @@
    static void Main()
    {
        // 创建一个 Stopwatch 实例
        Stopwatch stopwatch = new Stopwatch();
@@ -35,7 +37,7 @@
        using (var helper = new InteropXHelper())
        {
            var code = helper.Open("wh.inp", string.Empty, string.Empty);
            var code = helper.Open("test.inp", "test.rpt", string.Empty);
            if (code != eErrorCode.OK)
            {
                helper.GetError(code, out string errorMsg);