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