From f6888fa19323a612f1dc963a7000a4835d5c0181 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期四, 13 二月 2025 13:36:09 +0800 Subject: [PATCH] 修改了1-8断面参数读取xml --- WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_截面18.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_\346\210\252\351\235\24218.cs" "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_\346\210\252\351\235\24218.cs" index 0d2a3ae..6b34d1e 100644 --- "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_\346\210\252\351\235\24218.cs" +++ "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_\346\210\252\351\235\24218.cs" @@ -75,7 +75,7 @@ if (last_step_id > this._stepTreeDockPanel.Step_ID_Section18_Full) step_direction = DPumpHydr.ViewModel.eWizardStepDiretion.鍚庨��; - _ctrlSectionBundleInfo.ShowPage(_hdrBaseInfo, _geomBaseInfo, step_direction); + _ctrlSectionBundleInfo.ShowPage(_hdrBaseInfo, _geomBaseInfo, step_direction,false); DockStepParaCtrl(_ctrlSectionBundleInfo); -- Gitblit v1.9.3