cloudflight
2024-11-27 9da5a7a5648509ad9c2e42e879e020255f9af0f3
WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/SelXhsValveMainPhartDlg.cs
@@ -90,7 +90,7 @@
                XtraMessageBox.Show("请选择曲线!");
                return false;
            }
            if (this.ReloadDataEvent==null)
            if (this.ReloadDataEvent == null)
            {
                XtraMessageBox.Show("请注册事件!");
                return false;
@@ -101,9 +101,9 @@
        //确认
        private async void btnOk_Click(object sender, EventArgs e)
        {
        {
            if (!Verify())
                return;
                return;
            var bol = await this.ReloadDataEvent(_xhs_phart_diagram_ex_std_dto);
            if (!bol)
            {
@@ -111,7 +111,7 @@
                return;
            }
            this.DialogResult = DialogResult.OK;
            this.Close();
            this.Close();
        }
    }