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