示例#1
0
        /// <summary>
        /// show the splash form on the new thread
        /// </summary>
        static public void ShowSplash()
        {
            _splashForm = new SplashForm(SplashForm._timeout);

            Application.Run(_splashForm);
        }