Exemplo n.º 1
0
 private void GitHubSignInClicked(object sender, EventArgs e)
 {
     Device.OpenUri(new Uri(GitHubOAuthHelpers.GetOAuth()));
 }