Exemplo n.º 1
0
        /// <summary>
        /// Called when black is to perform a move.
        /// </summary>
        public void BeginBlackTurn()
        {
            m_currentState = new ClockState(m_whiteMoves, m_blackMoves, m_whiteTimer.Time, m_blackTimer.Time, m_currentState.SignalTimeout);

            m_blackTimer.Start();
        }