Exemplo n.º 1
0
 public bool isWinner(int x, int y)
 {
     return(gameBoard.IsWinningMatch(x, y));
 }