public static void Main() { SplashScreen splashScreen = new SplashScreen("maxresdefault.jpg"); splashScreen.Show(true); lab25.App app = new lab25.App(); app.InitializeComponent(); app.Run(); }
public static void Main() { lab25.App app = new lab25.App(); app.InitializeComponent(); app.Run(); }