I am trying to create a simple wpf application but have no experience whatsoever. I want to have a home view that is displayed by default and two buttons on this view that lead to other views when I click them.
The furthest I’ve come is by using this YouTube video: https://youtu.be/e7rd9ijrTPI And using his nutet packaging to recreate the demo at the end. But now I’m stuck on how to create the command for the second button. I figured I need to implement another ICommand in the home view model but idk if I have to write a new class or do it in the HomeViewModel or inside the existing constructor
Thanks for your help!