예제 #1
0
        // Constructor
        public GamePage()
        {
            InitializeComponent();

            _game = XamlGame<FrenziedGame>.Create("", this);

            // Sample code to localize the ApplicationBar
            //BuildLocalizedApplicationBar();
        }
예제 #2
0
        // Constructor
        public GamePage()
        {
            InitializeComponent();

            _game = XamlGame <FrenziedGame> .Create("", this);

            // Sample code to localize the ApplicationBar
            //BuildLocalizedApplicationBar();
        }