public frmLogin() { InitializeComponent(); Splasher.Status = "Loading Files..."; Thread.Sleep(2000); Splasher.Status = "Loading Crystal Report Module..."; Thread.Sleep(2000); Splasher.Status = "Connecting to Database..."; Thread.Sleep(2000); Splasher.Close(); }
static void Main(string[] args) { Splasher.Show(); DoStartup(args); Splasher.Close(); }