Exemple #1
0
 // Метод обновления листа
 public void changePoniesList(Bronys _bList)
 {
     this.bros            = _bList;
     ponies.ItemsSource   = this.bros;
     ponies.SelectedIndex = 0;
 }
Exemple #2
0
 public Search_list()
 {
     this.bros = new Bronys();
     InitializeComponent();
 }