// Constructor public GamePage() { InitializeComponent(); _game = XamlGame <AudaciousGame> .Create("", this); // Sample code to localize the ApplicationBar //BuildLocalizedApplicationBar(); }
static void Main() { using (var game = new AudaciousGame()) game.Run(); }