Esempio n. 1
0
        public void Launch()
        {
            screenManager.RecoverCrash();

            log.Debug("Calling Application.Run() to boot up the UI.");
            Application.Run(mainWindow);
        }