DoShowWelcomeScreen() 개인적인 정적인 메소드

private static DoShowWelcomeScreen ( string how ) : void
how string
리턴 void
예제 #1
0
 private static void ShowWelcomeScreenAtStartup()
 {
     WelcomeScreen.LoadLogos();
     if (WelcomeScreen.s_ShowAtStartup)
     {
         WelcomeScreen.DoShowWelcomeScreen("Startup");
     }
 }
예제 #2
0
 private static void ShowWelcomeScreen()
 {
     WelcomeScreen.DoShowWelcomeScreen("Manual");
 }