From 68489b619d6859e2a98b8f9acee4416508e2d830 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 24 十二月 2024 21:44:11 +0800 Subject: [PATCH] 优化单独匹配多条曲线聚焦 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/18-exchanger/AssetsExchangerSingleMatchingDlg.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/18-exchanger/AssetsExchangerSingleMatchingDlg.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/18-exchanger/AssetsExchangerSingleMatchingDlg.cs index faf6c0a..4f73ddf 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/18-exchanger/AssetsExchangerSingleMatchingDlg.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/18-exchanger/AssetsExchangerSingleMatchingDlg.cs @@ -35,7 +35,7 @@ return; } _input = input; - this.assetsExchangerSingleMatchingCtrl1.SetBindingData(input.DbId); + this.assetsExchangerSingleMatchingCtrl1.SetBindingData(input.DbId, input.CurveDbId); } private void GeneralOkAndCancelCtrl1_OkEvent() -- Gitblit v1.9.3