CommunityToolkit / MVVM-Samples

Sample repo for MVVM package
Other
1.11k stars 222 forks source link

RelayCommand Sample Mistake: Should be `nameof(GreetUserCommand)` instead of `nameof(SelectedUser)` #102

Open JPTGamesAndApps opened 1 year ago

JPTGamesAndApps commented 1 year ago

RelayCommand sample has a mistake: It should be nameof(SelectedUser) instead of nameof(GreetUserCommand).

image