static void Main() { try { frm = new SplashScreen(); GigSpace.Initialize(); Application.Run(new Home()); } catch { } }