Simple JitterPhone Demo.
Inheritance: Microsoft.Xna.Framework.Game
        public MainPage()
        {
            InitializeComponent();

            game = XamlGame <DemoGame> .Create("", this);
        }
        public MainPage()
        {
            InitializeComponent();

            game = XamlGame<DemoGame>.Create("", this);
        }