root/src/ZuneDemo/Renderer/DrawableGrid.cs

User picture

Author: conkerjo

Revision: 30 («Previous)


File Size: 259 Bytes

(November 01, 2009 14:48 UTC) Over 2 years ago

Added Zune HD support and simple sample

 
Show/hide line numbers
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Brains.Framework.Map;

namespace ZuneDemo.Renderer
{
    public class DrawableGrid : Grid
    {
        public DrawableGrid()
        {
        }
    }
}