проверка
This commit is contained in:
parent
8070b792bf
commit
5f0fea57fe
@ -65,7 +65,7 @@ namespace ProjectContainerShip
|
||||
return;
|
||||
|
||||
}
|
||||
if (_company + _drawningShip)
|
||||
if (_company + _drawningShip != -1)
|
||||
{
|
||||
MessageBox.Show("Объект добавлен");
|
||||
pictureBox.Image = _company.Show();
|
||||
|
Loading…
Reference in New Issue
Block a user