示例#1
0
        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());
        }