RedGreenCode / UWP

Universal Windows Platform (UWP) code examples. See https://www.redgreencode.com/uwp-c-xaml-mvvm-ef-sqlite/.
Apache License 2.0
9 stars 9 forks source link

Issue with the walktrhough #2

Closed Jymms closed 4 years ago

Jymms commented 4 years ago

From https://www.redgreencode.com/mvvm-fundamentals-uwp-apps/ [ Here are the steps to create TaskViewModel:

In the UWPMain project: Add — New Folder — ViewModels In the Models folder: Add — Class — NotificationBase.cs In the Models folder: Add — Class — TaskViewModel.cs ]

Why create the ViewModels Folder then put the .cs in the Models folder?

RedGreenCode commented 4 years ago

Good catch, that's a typo. Everything in those steps should refer to the ViewModels folder. I corrected the blog post.