Доделал ошибку
This commit is contained in:
parent
762633bc54
commit
5f2615ad3a
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user