Esempio n. 1
0
 private async void GetUsers()
 {
     try
     {
         this.GitHubUsers = await _githubService.GetUsers("johannesburg");
     }
     catch (Exception e)
     {
         await _pageDialogService.DisplayAlertAsync("Error", e.Message, "OK");
     }
 }