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