Esempio n. 1
0
 public static void Main() {
     SplashScreen splashScreen = new SplashScreen("images/rta2.png");
     splashScreen.Show(true);
     VSDApp.App app = new VSDApp.App();
     app.InitializeComponent();
     app.Run();
 }
Esempio n. 2
0
 public static void Main() {
     VSDApp.App app = new VSDApp.App();
     app.InitializeComponent();
     app.Run();
 }