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