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