private bool InitializeMainForm() { // Display the splash screen Refresh(); intializeProgressBar(100); BarTimer.Enabled = true; BarTimer.Start(); Refresh(); updateSplash("Checking for versions", 0); mainForm = new FormLoader(this); return(mainForm.Initialize()); }