duheng
2025-01-22 d6111ca1fa9f70afc50c8213f81c9d78c14a6527
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/18-exchanger/AssetsExchangerSingleMatchingDlg.cs
@@ -1,16 +1,4 @@
using DevExpress.Mvvm.POCO;
using DevExpress.XtraEditors;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HStation.WinFrmUI
namespace HStation.WinFrmUI
{
    public partial class AssetsExchangerSingleMatchingDlg : DevExpress.XtraEditors.XtraForm
    {
@@ -35,7 +23,7 @@
                return;
            }
            _input = input;
            this.assetsExchangerSingleMatchingCtrl1.SetBindingData(input.DbId);
            this.assetsExchangerSingleMatchingCtrl1.SetBindingData(input.DbId, input.CurveDbId);
        }
        private void GeneralOkAndCancelCtrl1_OkEvent()