Done+
This commit is contained in:
parent
04fb769aef
commit
0dade24b81
@ -3,7 +3,6 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
//using ProjectTrolleybus.Drawings;
|
||||
|
||||
namespace ProjectTrolleybus.MovementStrategy
|
||||
{
|
||||
|
@ -22,7 +22,7 @@ namespace ProjectTrolleybus.Generics
|
||||
{
|
||||
if (_places[Count - 1] != null)
|
||||
return false;
|
||||
return Insert(trolleybus, 0);///
|
||||
return Insert(trolleybus, 0);
|
||||
}
|
||||
|
||||
public bool Insert(T trolleybus, int position)
|
||||
|
Loading…
Reference in New Issue
Block a user