protected void HideSplash() { this.RequireUIThread(() => { splashPanel.Visible = false; splashPanel.SendToBack(); browserCore.SetToTop(); }); }