public Form1()
{
SplashScreen ss = new SplashScreen();
Splasher splash = new Splasher(ss,ss.label);
splash.Show();
splash.StatusInfo = "Loading your profile.......";
System.Threading.Thread.Sleep(2000);
splash.StatusInfo = "Connect.......";
System.Threading.Thread.Sleep(2000);
splash.StatusInfo = "Loading.......";
//...more work
splash.Close();