Nevaeva K. A. LabWork08 #8

Closed
ksenia_nevaeva wants to merge 2 commits from Lab_8 into Lab_7
Showing only changes of commit 28981e02a6 - Show all commits

View File

@ -48,8 +48,6 @@ namespace ContainerShip
{
if (checkShip.Equals(ship)) {
throw new ArgumentException();
return -1;
}
}