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(); }