コード例 #1
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("skin/internal/images/splash.png");

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