post-refactor clean up

This commit is contained in:
Robert McRackan 2022-05-17 07:56:34 -04:00
parent a89b07394f
commit 801e154d15
3 changed files with 3 additions and 13 deletions

View file

@ -6,7 +6,7 @@ namespace LibationWinForms
{
public abstract class AsyncNotifyPropertyChanged : SynchronizeInvoker, INotifyPropertyChanged
{
// see also notes in Libation/Source/__ARCHITECTURE NOTES.txt :: MVVM
// see also notes in Libation/Source/_ARCHITECTURE NOTES.txt :: MVVM
public event PropertyChangedEventHandler PropertyChanged;
// per standard INotifyPropertyChanged pattern: