выход при ошибке

This commit is contained in:
kotcheshir73 2021-04-03 10:52:22 +04:00
parent 6992a7df68
commit e990f0ba5f

View File

@ -358,6 +358,7 @@ namespace DesktopTools.Controls
if (Element == null)
{
DialogHelper.MessageException(_businessLogic.Errors, "Ошибки при сохранении элемента");
return false;
}
_haveChages = false;