private void CcTurnBoard_Click(object sender, EventArgs e) { chessboard1.facingLight = !chessboard1.facingLight; chessboard1.Invalidate(); }