public void showScores(Board.GameStatus status) { scoreLabelBlue.Text = status.score[(int)Board.Piece.Blue].ToString(); scoreLabelRed.Text = status.score[(int)Board.Piece.Red].ToString(); }