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