PIBD-12_Morozov_D.V. LabWork№4 #13

Closed
MorozovDanil wants to merge 15 commits from Lab4_base into Lab3_base
Showing only changes of commit 5f0fea57fe - Show all commits

View File

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