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