Skip to content

Instantly share code, notes, and snippets.

@biac
Created December 9, 2011 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biac/1451504 to your computer and use it in GitHub Desktop.
Save biac/1451504 to your computer and use it in GitHub Desktop.
Button1_Click()
private async void Button1_Click(object sender, RoutedEventArgs e)
{
int input = this.InputValue;
this.OutputValue = (await LongTimeLogicSample.LongTimeMethodAsync(input)).ToString("000");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment