static void ShowScreenSaver(bool debugmode) { ScreenSaverForm screenSaver = new ScreenSaverForm(debugmode); Application.Run(screenSaver); }