static void Main(string[] args) { // Start the application using (ApplicationStarter appStarter = new ApplicationStarter()) { appStarter.OpenDebugWindow(); appStarter.OpenSplashScreen(); appStarter.Initialize(); appStarter.ParseCommandline(args); appStarter.Execute(args); } }