Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created November 26, 2019 12:28
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 MartinZikmund/4735c24a7f998cacad79ac43ccde15e7 to your computer and use it in GitHub Desktop.
Save MartinZikmund/4735c24a7f998cacad79ac43ccde15e7 to your computer and use it in GitHub Desktop.
var config = new AppConfig();
var contentDialog = new ContentDialog()
{
Content = config.Example.Message,
CloseButtonText = "OK"
};
await contentDialog.ShowAsync();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment