This commit is contained in:
Yunusov_Niyaz 2023-10-21 13:15:16 +04:00
parent 04fb769aef
commit 0dade24b81
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
//using ProjectTrolleybus.Drawings;
namespace ProjectTrolleybus.MovementStrategy
{

View File

@ -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)