I made a tiny desktop application using wpf. I have a very simple login screen and this screen should call the main screen. I did so:
Menu menu = new Menu();
menu.Show();
You're making a mistake in the show, saying it's not recognized. The System.Windows
namespace is added to the project.