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