protected override void OnStartup(StartupEventArgs e) { BootStrapper.Start(); base.OnStartup(e); BootStrapper.Resolve <MainWindow>().Show(); }