Лёвушкина Анна, ПИбд-21, лаб5 простая #11

Closed
AnnaLioness wants to merge 8 commits from лаб5 into лаб4
Showing only changes of commit c9099a2a41 - Show all commits

View File

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