static private void CloseFormInternal() { welcomeSplash.Close(); welcomeSplash = null; }
static private void showForm() { welcomeSplash = new Welcome(); Application.Run(welcomeSplash); }