This commit is contained in:
AnnaLioness 2023-11-17 15:49:13 +04:00
parent d81ae716ab
commit c9099a2a41

View File

@ -135,14 +135,6 @@ namespace Lab1ContainersShip
set
{
{
_places[position] = value;
}
else
{
return;
}*/
Insert(value, position);
}