From caf081a70d327cfb455b2ddcd5edc2e0acb2d3bf Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 10 十二月 2024 00:18:12 +0800 Subject: [PATCH] 工况分析优化 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/05-function/SimulationFunctionCtrl.cs | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/05-function/SimulationFunctionCtrl.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/05-function/SimulationFunctionCtrl.cs index 58dba41..32f0e88 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/05-function/SimulationFunctionCtrl.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/05-function/SimulationFunctionCtrl.cs @@ -87,6 +87,7 @@ }); } }); + await ShowInfo(); overlay.Close(); } @@ -523,10 +524,8 @@ this.ProjectSiteWorkingRemoveEvent?.Invoke(_project, _projectSite, scheme, working); } - #endregion - - //椤圭洰绔欐鍐� - private async void elementProjectSiteInfo_Click(object sender, EventArgs e) + //鏄剧ず淇℃伅 + private async Task ShowInfo() { if (_project == null) { @@ -544,6 +543,14 @@ this.ShowProjectSiteInfoEvent?.Invoke(_project, _projectSite, hydroInfo, this.svgImg32[0]); } + #endregion + + //椤圭洰绔欐鍐� + private async void elementProjectSiteInfo_Click(object sender, EventArgs e) + { + await ShowInfo(); + } + //椤圭洰绔欐按鍔涙ā鎷� private async void elementProjectSiteSimulation_Click(object sender, EventArgs e) { -- Gitblit v1.9.3