public static void Start() { SplashForm._Start(); }
private static void _Start() { SplashForm.s_form = new SplashForm(); SplashForm.s_form.Show(); }