From 04f9d03e29ce75b4aa0d108a1c2987fe2aaf61f6 Mon Sep 17 00:00:00 2001 From: tx <123456> Date: 星期二, 15 四月 2025 12:44:41 +0800 Subject: [PATCH] 添加Open --- Client/DesktopDebugFwOpen/Program.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Client/DesktopDebugFwOpen/Program.cs b/Client/DesktopDebugFwOpen/Program.cs index 7ae033e..0d75bf0 100644 --- a/Client/DesktopDebugFwOpen/Program.cs +++ b/Client/DesktopDebugFwOpen/Program.cs @@ -18,6 +18,10 @@ Application.SetCompatibleTextRenderingDefault(false); DPumpHydr.OpenModel.ApiRequest apiRequest = new OpenModel.ApiRequest(); + apiRequest.StepNumber = 1; + + + DPumpHydr.OpenFwUI.Volute.MainWindow mainWindow = new OpenFwUI.Volute.MainWindow(); var apiResult = mainWindow.Show(apiRequest); // Application.Run(new Form1()); -- Gitblit v1.9.3