コード例 #1
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("orange.jpg");

            splashScreen.Show(true);
            School.App app = new School.App();
            app.InitializeComponent();
            app.Run();
        }
コード例 #2
0
ファイル: App.g.i.cs プロジェクト: mxolisiwood/School
 public static void Main()
 {
     School.App app = new School.App();
     app.InitializeComponent();
     app.Run();
 }