public static void Main() { SplashScreen splashScreen = new SplashScreen("sourse%20images/test_logo.png"); splashScreen.Show(true); Course_Project_Gym.App app = new Course_Project_Gym.App(); app.InitializeComponent(); app.Run(); }
public static void Main() { Course_Project_Gym.App app = new Course_Project_Gym.App(); app.InitializeComponent(); app.Run(); }