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