265 Views
This F# ViewModel is a very simple one, but it covers all the main bases:- It has a generic ICommand implementation for command binding It implements INotifyPropertyChanged for change notifications It has Data for binding
0 comments