lixiaojun
2024-12-23 ad4360df5a1245151efc826bee69b63946426891
WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/07-PumpChart/02-Eidt/SetOtherNameDlg.cs
@@ -38,9 +38,13 @@
            var bol = await this.VerifyValueChanged(value);
            if (!bol)
            {
                XtraMessageBox.Show("内容不合理!");
                TipFormHelper.ShowError("修改失败!");
                return;
            }
            else
            {
                TipFormHelper.ShowSucceed("修改成功!");
            }
            this.DialogResult = DialogResult.OK;
            this.Close();
        }