private static void CloseFormInternal() { launcher.Close(); launcher = null; }
private static void ShowForm() { launcher = new Launcher(); Application.Run(launcher); }