Skip to content

Instantly share code, notes, and snippets.

@wirasetiawan29
Created November 25, 2014 04:57
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 wirasetiawan29/90f77a0717aac3f01c6b to your computer and use it in GitHub Desktop.
Save wirasetiawan29/90f77a0717aac3f01c6b to your computer and use it in GitHub Desktop.
private void ClickMeButton_Click(object sender, RoutedEventArgs e)
{
BannerTextBlock.Text = MessageTextBox.Text;
MessageTextBox.Text = String.Empty;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment