Skip to content

Instantly share code, notes, and snippets.

@JoanM
Created December 20, 2016 10:58
Show Gist options
  • Save JoanM/8924ea219bf1a3b4712068c640fc63a3 to your computer and use it in GitHub Desktop.
Save JoanM/8924ea219bf1a3b4712068c640fc63a3 to your computer and use it in GitHub Desktop.
Calling DoCurlAsync when button clicked
public void OnButtonClicked(object sender, RoutedEventArgs e)
{
var bynderContents = DoCurlAsync().Result;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment