This is a very, very simple question, but I can’t seem to find the answer. I have a WPF application that I’ve made a bunch of windows for. I’ve decided now that I want a different window to be the first one to open when the application is started. The default first window is MainWindow, how do I change it so another window opens first?
Share
Open your App.xaml file and update the StartupUri: