Home › Forums › Software Development › Multiple WPF Windows: Should every window declare own Host? › Reply To: Multiple WPF Windows: Should every window declare own Host?
13/08/2019 at 18:14 #11870

Keymaster
Hi @eyetrackjack, the Main() Entry point should be located within App.Xaml.Cs -> App -> Main():Void which you can find within the Solution Explorer of Visual Studio and is automatically generated whenever a new WPF project is generated in VS. Here you go declare the Host variables. Hopefully should be clear know, please let me know otherwise.