public void OnPrint(object sender, Event evt) { station_idx = m_stations.Selection; Globals.ShowStationSchedule(all_stations[station_idx].station, false); }
public void OnChoice(object sender, Event evt) { station_idx = m_stations.Selection; Globals.build_station_schedule(all_stations[station_idx].station); FillStops(); }