Exemple #1
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("splashscreen1.png");

            splashScreen.Show(true);
            MV.Client.App app = new MV.Client.App();
            app.InitializeComponent();
            app.Run();
        }
Exemple #2
0
 public static void Main()
 {
     MV.Client.App app = new MV.Client.App();
     app.InitializeComponent();
     app.Run();
 }