public static void Main() { Thread.CurrentThread.Name = "MainThread"; var app = new InRetail.Shell.App(); app.InitializeComponent(); Bootstrapper.Bootstrap(); app.ShutdownMode = ShutdownMode.OnMainWindowClose; app.Run(); }