예제 #1
0
파일: Program.cs 프로젝트: temik911/audio
        static void Main(string[] args)
        {
            Trace.Listeners.Add( new ColoredTraceListener() );

            using (var game = new PhysicsDemo()) {
                if (DevCon.Prepare(game, @"..\..\..\Content\Content.xml", "Content")) {
                    game.Run(args);
                }
            }
        }
예제 #2
0
        static void Main(string[] args)
        {
            Trace.Listeners.Add(new ColoredTraceListener());

            using (var game = new PhysicsDemo()) {
                if (DevCon.Prepare(game, @"..\..\..\Content\Content.xml", "Content"))
                {
                    game.Run(args);
                }
            }
        }