I\'m learning WPF.
I want to provide my own Main method in my App.xaml.cs rather than getting one generated for me in App.g.cs. However I keep getting conflicts because
One way is to forgo defining an Application-derived class in XAML, so you can manually define the Main method with your custom requirement