Пример #1
0
 protected override void OnAppearing()
 {
     base.OnAppearing();
     AllAthletes = new List <Athlete>(Athletes.Get());
     collectionViewAthletes.ItemsSource = AllAthletes;
 }