PRoConEvents.MULTIbalancer.IncrementTotal C# (CSharp) Method

IncrementTotal() private method

private IncrementTotal ( ) : void
return void
        private void IncrementTotal()
        {
            if (fPluginState == PluginState.Active) fTotalRound = fTotalRound + 1;
        }
MULTIbalancer