Guest User

Untitled

a guest
Oct 17th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. async Task Go()
  2. {
  3. var task = PrintAnswerToLife();
  4. await task; Console.WriteLine ("Done");
  5. }
  6.  
  7. _button.Click += (sender, args) => Go();
Add Comment
Please, Sign In to add comment