Skip to content

Instantly share code, notes, and snippets.

@atzimler
Created April 17, 2017 03:45
Show Gist options
  • Save atzimler/7c3679e40ac76c079c9d911371ee3e6d to your computer and use it in GitHub Desktop.
Save atzimler/7c3679e40ac76c079c9d911371ee3e6d to your computer and use it in GitHub Desktop.
public string Message
{
get { return (string)GetValue(MessageProperty); }
set { SetValue(MessageProperty, value); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment