Example #1
0
 private void SelectStationComboBox_SelectionChanged(object sender, SelectionChangedEventArgs e)
 {
     ScheduleDataGrid.ItemsSource = _repo.CalculateTime((Station)SelectStationComboBox.SelectedItem);
 }