Esempio n. 1
0
        // Constructor
        public GamePage()
        {
            InitializeComponent();

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

            // Sample code to localize the ApplicationBar
            //BuildLocalizedApplicationBar();
        }
Esempio n. 2
0
 static void Main()
 {
     using (var game = new AudaciousGame())
         game.Run();
 }