Esempio n. 1
0
 public NewGame(Game game)
 {
     this.game = game;
     InitializeComponent();
 }
Esempio n. 2
0
 public Connect(Game game)
     : this()
 {
     this.game = game;
 }
Esempio n. 3
0
 protected override void OnStartup(StartupEventArgs e)
 {
     var mainWindow = new Game();
     mainWindow.Show();
 }