Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created January 19, 2016 06:39
Show Gist options
  • Save wtuts/f3190245c4ac955c9317 to your computer and use it in GitHub Desktop.
Save wtuts/f3190245c4ac955c9317 to your computer and use it in GitHub Desktop.
private void ButtonBase_OnClick(object sender, RoutedEventArgs e)
{
ToastService.ShowToastNotification(MyTextBox.Text);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment