Ejemplo n.º 1
0
 protected async override void OnNavigatedTo(NavigationEventArgs e)
 {
     base.OnNavigatedTo(e);
     this.DataContext = await Contact.GetAllContactsAsync();
 }