ISEbd-22. Baygulov A.A. Lab work 07 #8

Closed
tellsense wants to merge 6 commits from lab7 into lab6
Showing only changes of commit eaefd63d01 - Show all commits

View File

@ -92,6 +92,7 @@ namespace ProjectElectricLocomotive
catch (StorageOverflowException ex)
{
MessageBox.Show(ex.Message);
_logger.LogWarning("Не удалось добавить объект");
}
}
private void ButtonRemoveObject_Click(object sender, EventArgs e)