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