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