public MainWindowViewModel() { _game = new PingPongGame(); _game.GenerateSets(11); _game.Start(); }
public BasePingPongGameStepDefinition() { _game = new PingPongGame(); }