Beispiel #1
0
 private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     try
     {
         cboGuestType.ItemsSource = _guestManager.RetrieveGuestTypes();
     }
     catch (Exception)
     {
         MessageBox.Show("Guest Types not found.");
     }
 }