Exemplo n.º 1
0
 public MenuScreen(String type, HungryGame game)
 {
     this.type = type;
     this.game = game;
 }
Exemplo n.º 2
0
 public GamePage(string launchArguments)
 {
     _game = XamlGame <HungryGame> .Create(launchArguments, Window.Current.CoreWindow, this);
 }