Skip to content

Instantly share code, notes, and snippets.

@SriramSakthivel
Created April 18, 2015 22:05
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 SriramSakthivel/737ff18e5d9c5d6ebd70 to your computer and use it in GitHub Desktop.
Save SriramSakthivel/737ff18e5d9c5d6ebd70 to your computer and use it in GitHub Desktop.
How to call ShowDialogAsync
Window window = YourWindow();
bool? result = await window.ShowDialogAsync();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment