Пример #1
0
    public void RemovePoint(SimPoint point)
    {
        point.Destroy();

        points.Remove(point);

        pathListener.OnPointRemoved(this, point);
    }