Example #1
0
 private void LinesUpdated(object sender, MetroEventArgs args)
 {
 }
Example #2
0
 private void ArrivalsUpdated(object sender, MetroEventArgs args)
 {
 }
Example #3
0
 private void StationsUpdated(object sender, MetroEventArgs args)
 {
     MetroManager.Instance.Stations.Sort(new StationInfo(null));
     Stations.DataContext = MetroManager.Instance.Stations;
 }
Example #4
0
 private void StationsUpdated(object sender, MetroEventArgs args)
 {
 }
Example #5
0
 private void EntrancesUpdated(object sender, MetroEventArgs args)
 {
 }
 private void StationsUpdated(object sender, MetroEventArgs args)
 {
 }
Example #7
0
 private void ArrivalsUpdated(object sender, MetroEventArgs args)
 {
     Arrivals.DataContext = MetroManager.Instance.ArrivalTimes;
 }
 private void EntrancesUpdated(object sender, MetroEventArgs args)
 {
 }
 private void LinesUpdated(object sender, MetroEventArgs args)
 {
 }
Example #10
0
 private void ArrivalsUpdated(object sender, MetroEventArgs args)
 {
     Arrivals.DataContext = MetroManager.Instance.ArrivalTimes;
 }
Example #11
0
 private void LinesUpdated(object sender, MetroEventArgs args)
 {
     Lines.DataContext = MetroManager.Instance.Lines;
 }
Example #12
0
 private void ArrivalsUpdated(object sender, MetroEventArgs args)
 {
 }
Example #13
0
 private void LinesUpdated(object sender, MetroEventArgs args)
 {
     Lines.DataContext = MetroManager.Instance.Lines;
 }
Example #14
0
 private void StationsUpdated(object sender, MetroEventArgs args)
 {
     MetroManager.Instance.Stations.Sort(new StationInfo(null));
     Stations.DataContext = MetroManager.Instance.Stations;
 }