The window starts first with Window1.xaml.
But you need to change to WindowStart.xaml.
Based on the question, I assume that you need in App.xaml to change StartupUri from Window1.xaml to WindowStart.xaml .
StartupUri
Window1.xaml
WindowStart.xaml
If you have many windows in the application, perhaps you should pay attention to ShutdownMode .
ShutdownMode
Source: https://ru.stackoverflow.com/questions/609042/More articles:Split URL into values and add a class to checkboxes whose value-url matches one of the parameters.Rubber videoShould I change the primary key?How to implement windows properly?Sorting data when working with jsoup (Java)How to create blocks in a modal window?Reading data from a file and working with themWhat is the best style?Exclude duplicate values from a DictionaryHow is the initialization of the class constructor inherited from ApiController?All Articles