Ejemplo n.º 1
0
 private int BoardStars(string boardName)
 {
     return(boardName == firstBoardName ? 6 : Identity.BoardStars(boardName));
 }