Beispiel #1
0
 public static void Main() {
     SplashScreen splashScreen = new SplashScreen("resources/logo%20design%20-%202_splashscreen%20new%20(paddy).jpg");
     splashScreen.Show(true);
     ComCon.App app = new ComCon.App();
     app.InitializeComponent();
     app.Run();
 }
Beispiel #2
0
 public static void Main() {
     SplashScreen splashScreen = new SplashScreen("logo%20design%20-%202_splashscreen.jpg");
     splashScreen.Show(true);
     ComCon.App app = new ComCon.App();
     app.Run();
 }