/// <summary>
 /// Displays the splashscreen
 /// </summary>
 public static void ShowSplashScreen()
 {
     if (sf == null)
     {
         sf = new SplashScreenForm();
         sf.ShowSplashScreen();
     }
 }
コード例 #2
0
 /// <summary>
 /// Displays the splashscreen
 /// </summary>
 public static void ShowSplashScreen()
 {
     if (sf == null)
     {
         sf = new SplashScreenForm();
         sf.ShowSplashScreen();
     }
 }