ISEbd-11-Abramov_Vladislav.LabWork03 #3

Closed
Vladiislave wants to merge 3 commits from LabWork3 into LabWork2
Showing only changes of commit 5f2615ad3a - Show all commits

View File

@ -62,7 +62,7 @@ namespace ProjectAirBomber
return; return;
} }
if (_company + drawningPlane) if (_company + drawningPlane!= -1)
{ {
MessageBox.Show("Объект добавлен"); MessageBox.Show("Объект добавлен");
pictureBox.Image = _company.Show(); pictureBox.Image = _company.Show();