예제 #1
0
 protected override async void OnAppearing()
 {
     base.OnAppearing();
     //listView.ItemsSource = await App.Database.GetPlayersAsync();
     listView.ItemsSource = await GenericQuery.GetDataAsync();
 }