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);