Example #1
0
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);
            Thread.Sleep(3000); // Simulates delay
            SplashHandler.Close();

            // The window hides here so I tried to bring at back, without success
            this.Focus();
            this.BringToFront();
        }