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

            splashScreen.Show(true);
            zsdpmap.App app = new zsdpmap.App();
            app.InitializeComponent();
            app.Run();
        }
 public static void Main()
 {
     zsdpmap.App app = new zsdpmap.App();
     app.InitializeComponent();
     app.Run();
 }