Example #1
0
        static void StartApp()
        {
            SoundMan.LoadSounds();

            

            TrainBoxApp app = new TrainBoxApp();
            app.StartTrainBoxApp();
        }
Example #2
0
        static void StartApp()
        {
            SoundMan.LoadSounds();



            TrainBoxApp app = new TrainBoxApp();

            app.StartTrainBoxApp();
        }