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