Open dmedine opened 1 year ago
I just went to go look at this sample and found the same thing. FYI @Sergio0694
I believe this is the ViewModel being used here: https://github.com/CommunityToolkit/MVVM-Samples/blob/master/samples/MvvmSample.Core/ViewModels/Widgets/ContactsListWidgetViewModel.cs
Not sure where the CollectionsPageViewModel is used, that's something else.
ViewModel code appears to be unfinished: https://github.com/CommunityToolkit/MVVM-Samples/blob/master/samples/MvvmSample.Core/ViewModels/CollectionsPageViewModel.cs#L1-L15
The text for the C# in the View is the same as the text for the C# in the RelayCommand view: https://github.com/CommunityToolkit/MVVM-Samples/blob/8963a8720dc783658e764e22629598509e044d7f/samples/MvvmSampleUwp/Views/CollectionsPage.xaml#L139-L159 https://github.com/CommunityToolkit/MVVM-Samples/blob/master/samples/MvvmSampleUwp/Views/RelayCommandPage.xaml#L47-L76