Beispiel #1
0
 public void LoadPeople()
 {
     _serviceAgent.GetPeople((people, error) => PeopleLoaded(people, error));
 }