Доделал ошибку

This commit is contained in:
Vladislave 2024-04-03 14:18:19 +03:00
parent 762633bc54
commit 5f2615ad3a

View File

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