post-refactor clean up
This commit is contained in:
parent
a89b07394f
commit
801e154d15
3 changed files with 3 additions and 13 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue