示例#1
0
 public DisplayBase()
 {
     this.TrackFilter = "";
     this.m_nEmulatorPosition = -1;
     this.m_PerronNumbers = new ArrayList();
     this.m_bEnabled = true;
     this.m_Perrons = new ArrayList();
     this.m_strStation = "";
     this.m_strPerronIDs = "";
     this.m_strAddress = "";
     this.m_strCaption = "";
     this.m_htTrainID2Data = new Hashtable();
     this.m_TrainsDeparted = new TrackedTrainList();
     this.m_alTimetable = new ArrayList();
     this.Init();
 }
示例#2
0
 public DisplayBase(string strID) : base(strID)
 {
     this.TrackFilter         = "";
     this.m_nEmulatorPosition = -1;
     this.m_PerronNumbers     = new ArrayList();
     this.m_bEnabled          = true;
     this.m_Perrons           = new ArrayList();
     this.m_strStation        = "";
     this.m_strPerronIDs      = "";
     this.m_strAddress        = "";
     this.m_strCaption        = "";
     this.m_htTrainID2Data    = new Hashtable();
     this.m_TrainsDeparted    = new TrackedTrainList();
     this.m_alTimetable       = new ArrayList();
     this.Init();
 }