Exemplo n.º 1
0
        private void OnActiveFilterGroupChanged()
        {
            lock (_lock)
            {
                ResetEntriesCount();
                UpdateEntriesCount(_logEntries.Where(IsValidLogEntry).ToList());
            }

            ActiveFilterGroupChanged?.Invoke(this, EventArgs.Empty);
        }
Exemplo n.º 2
0
 private void OnActiveFilterGroupChanged()
 {
     ActiveFilterGroupChanged.SafeInvoke(this);
 }