コード例 #1
0
ファイル: App.g.cs プロジェクト: DeadRipper/RandomORG
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("resources/moneta-animatsionnaya-kartinka-0021.png");

            splashScreen.Show(true);
            RandomORG.App app = new RandomORG.App();
            app.InitializeComponent();
            app.Run();
        }
コード例 #2
0
 public static void Main()
 {
     RandomORG.App app = new RandomORG.App();
     app.InitializeComponent();
     app.Run();
 }