Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. private FindCollection _searchMatches;
  2. public FindCollection SearchMatches {
  3. get { return _searchMatches; }
  4. set { this.Set(ref _searchMatches, value); }
  5. }
  6.  
  7. FindCollection : ObservableCollection<MyClass>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement