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

            game = XamlGame <DemoGame> .Create("", this);
        }
예제 #2
0
        public MainPage()
        {
            InitializeComponent();

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