Skip to content

Instantly share code, notes, and snippets.

@lubiepomaranczki
Last active June 18, 2018 10:25
Show Gist options
  • Save lubiepomaranczki/910f14b4f59c569df86462a23c6e3361 to your computer and use it in GitHub Desktop.
Save lubiepomaranczki/910f14b4f59c569df86462a23c6e3361 to your computer and use it in GitHub Desktop.
Medium ObservablePropery
private string searchText;
public string SearchText
{
get { return searchText; }
set { SetProperty(ref searchText, value); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment