Exemplo n.º 1
0
 public void OnPrint(object sender, Event evt)
 {
     station_idx = m_stations.Selection;
     Globals.ShowStationSchedule(all_stations[station_idx].station, false);
 }