Exemple #1
0
 public static void ShowSplashForm()
 {
     instance = new SplashForm();
     instance.Show();
 }