Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. private RelayCommand<object> _editContactCommand;
  2. public RelayCommand<object> EditContactCommand
  3. {
  4. get { return _editContactCommand ?? (_editContactCommand = new RelayCommand<object>(EditContact)); }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement