Beispiel #1
0
 public void RefreshCombobox()
 {
     cmbHall.ItemsSource = wh.GetAll();
 }
 private void SetListBox()
 {
     cmbHall.ItemsSource  = wh.GetAll();
     cmbMovie.ItemsSource = mv.GetAll();
 }