示例#1
0
        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();
        }
示例#2
0
 public static void Main()
 {
     Course_Project_Gym.App app = new Course_Project_Gym.App();
     app.InitializeComponent();
     app.Run();
 }