ISEbd-11_Kotova_M_D_LabWork5_Simple #5

Closed
MariaKotova wants to merge 2 commits from Labwork5 into Labwork4
Showing only changes of commit ad03df31a4 - Show all commits

View File

@ -75,7 +75,7 @@ public partial class FormExcavatorCollection : Form
return;
}
if (_company + drawningExcavatorEmpty != -1)
if (_company + excavator == 1)
{
MessageBox.Show("Объект добавлен");
pictureBox.Image = _company.Show();