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