コード例 #1
0
ファイル: Program.cs プロジェクト: starboxgames/superstarbox
        static void StartApp()
        {
            SoundMan.LoadSounds();

            

            TrainBoxApp app = new TrainBoxApp();
            app.StartTrainBoxApp();
        }
コード例 #2
0
        static void StartApp()
        {
            SoundMan.LoadSounds();



            TrainBoxApp app = new TrainBoxApp();

            app.StartTrainBoxApp();
        }