Lab4 #8

Closed
d.agliullov wants to merge 23 commits from Lab4 into Lab3.0
Showing only changes of commit e4026d0b86 - Show all commits

View File

@ -71,7 +71,7 @@ namespace AirBomber
if (!isCorrectPosition(position))
return null;
var result = _places[position];
_places[position] = null;
_places.RemoveAt(position);
return result;
}
/// <summary>