Example #1
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);
                }
            }
        }
Example #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);
                }
            }
        }