Contains common snippets used in MVVM applications:
- Define a Resetable Property that implements INotifyPropertyChanged and can be reset.
- Define a Property that implements INotifyPropertyChanged
- Add a RelayCommand with Region
- Add a RelayCommand<T> with Region
- W...