ComponentFactory.Krypton.Ribbon.EvaluationMonitor.Dispose C# (CSharp) Method

Dispose() public method

Free resources used by the EvaluationMonitor
public Dispose ( ) : void
return void
        public void Dispose()
        {
            if (_baseKey != null)
            {
                _baseKey.Close();
                _baseKey = null;
            }
        }