コード例 #1
0
 public PageListePavillon()
 {
     InitializeComponent();
     LesPavillons     = AccesAuxDonneesPavillon.ChargerPavillons();
     this.DataContext = LesPavillons;
 }
コード例 #2
0
 private void PageArmateur_Loaded(object sender, RoutedEventArgs e)
 {
     ComboBoxCodePavillon.DataContext = AccesAuxDonneesPavillon.ChargerPavillons();
 }