It Done
This commit is contained in:
parent
5b6e6256ff
commit
38a949a2ca
@ -34,7 +34,6 @@ namespace ProjectTrolleybus.Generics
|
||||
if (!(position >= 0 && position <= Count && _places.Count < _maxCount))
|
||||
return false;
|
||||
_places.Insert(position, trolleybus);
|
||||
_places[position] = trolleybus;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user