public void Launch() { screenManager.RecoverCrash(); log.Debug("Calling Application.Run() to boot up the UI."); Application.Run(mainWindow); }