private void ThreadEntryPoint() { try { _splashForm = new SplashForm(); _splashForm.ShowDialog(); } finally { _splashForm.Close(); } }