duheng
2024-10-14 05d57af48f51d2ac8292bc3faaa01ca753763790
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingForm.cs
@@ -2,9 +2,9 @@
namespace HStation.WinFrmUI
{
    public partial class ValveSingleMatchingForm : DevExpress.XtraEditors.XtraUserControl
    public partial class ValveSingleMatchingCtrl : DevExpress.XtraEditors.XtraUserControl
    {
        public ValveSingleMatchingForm()
        public ValveSingleMatchingCtrl()
        {
            InitializeComponent();
            this.gridView1.SetNormalView();
@@ -148,7 +148,7 @@
                InitChart(vmo);
                return;
            }
            this.xtrPerform2dChart1.SetBindingData(null, null, null, null, false);
            this.xtrPerform2dChart1.SetBindingData(null, null, null, null, true);
        }
    }
}