public PathElement() { this.m_bDefect = false; this.Perron = null; this.TrainNumberField = null; base.m_bDetectTrains = true; }
public PathElement(string strID) : base(strID) { this.m_bDefect = false; this.Perron = null; this.TrainNumberField = null; base.m_bDetectTrains = true; }