in Clock.Desktop/App.xaml.cs [19:23]
protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); Container.Resolve<IMainWindowView>().Show(); }