Правка в контроле элемнта
This commit is contained in:
parent
787ca778fe
commit
e884d5e332
@ -182,7 +182,7 @@ namespace DesktopTools.Controls
|
||||
toolStripButtonClose.Click += (object sender, EventArgs e) => {
|
||||
if (_haveChages && DialogHelper.MessageQuestion("Имеется несохраненные данные, вы действительно хотите закрыть элемент?", "Закрытие элемента") == DialogResult.Yes)
|
||||
{
|
||||
if (Save())
|
||||
if (!Save())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user