DoShowWelcomeScreen() private static méthode

private static DoShowWelcomeScreen ( string how ) : void
how string
Résultat void
 private static void ShowWelcomeScreenAtStartup()
 {
     WelcomeScreen.LoadLogos();
     if (WelcomeScreen.s_ShowAtStartup)
     {
         WelcomeScreen.DoShowWelcomeScreen("Startup");
     }
 }
 private static void ShowWelcomeScreen()
 {
     WelcomeScreen.DoShowWelcomeScreen("Manual");
 }