static private void ShowForm() { waitSplash = new WaitSplash(); if (CallerForm != null) { _ActiveControl = CallerForm.ActiveControl; } Application.Run(waitSplash); }
static private void CloseFormInternal() { waitSplash.Close(); waitSplash = null; }