Exemple #1
0
 public SplashScreen()
 {
     this.InitializeComponent();
     Splash.Begin();
     Splash.Completed += Splash_Completed;
 }