Пример #1
0
        // called by the thread
        private static void DoShowSplash()
        {
            if (_splashForm == null)
                _splashForm = new splashForm();

            // create a new message pump on this thread (started from ShowSplash)
            Application.Run(_splashForm);
        }
Пример #2
0
        // called by the thread
        private static void DoShowSplash()
        {
            if (_splashForm == null)
            {
                _splashForm = new splashForm();
            }

            // create a new message pump on this thread (started from ShowSplash)
            Application.Run(_splashForm);
        }