Ejemplo n.º 1
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("splashscreen.png");

            splashScreen.Show(true);
            Hangman.App app = new Hangman.App();
            app.Run();
        }
Ejemplo n.º 2
0
 public static void Main()
 {
     Hangman.App app = new Hangman.App();
     app.InitializeComponent();
     app.Run();
 }