protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); var container = Resolver.Resolve(); Current.MainWindow = new MainWindow(Resolver.Business()); Current.MainWindow.Show(); }