Esempio n. 1
0
 public async void LoadCustomersAsync()
 {
     People = new ObservableCollection <Person>(await context.GetPeopleAsync());
 }