Exemplo n.º 1
0
        internal void PurgeLine(WTSLine line)
        {
            string id = $"{line.ToExternalRefId()}";

            if (!(m_transportLineAtlas[id] is null))
            {
                m_transportLineAtlas.Remove(id);
            }
            (line.regional ? RegionalTransportLineCache : TransportLineCache).Remove(line.lineId);
            TransportIsDirty = true;
        }