Exemple #1
0
 public NwPlayerWindow()
 {
     InitializeComponent();
     cmbConference.ItemsSource = Catalogs.GetConferences();
 }
Exemple #2
0
 public MainWindow()
 {
     InitializeComponent();
     //load conferences
     cmbConferences.ItemsSource = Catalogs.GetConferences();
 }