static Task ShowCore() { ShowCoreTask = new TaskCompletionSource <bool>(); SplashScreenWindow.Loaded += OnSplashScreenWindowLoaded; SplashScreenWindow.ShowSplashScreen(); return(ShowCoreTask.Task); }