Esempio n. 1
0
 private static void CloseFormInternal()
 {
     launcher.Close();
     launcher = null;
 }
Esempio n. 2
0
 private static void ShowForm()
 {
     launcher = new Launcher();
     Application.Run(launcher);
 }