Ejemplo n.º 1
0
 private void OnChanged()
 {
     InvalidateDefaultActionInternal();
     listRevision++;
     changeNotification?.Post();
     OnFiltersListChanged?.Invoke(this, EventArgs.Empty);
 }
Ejemplo n.º 2
0
 private void OnChanged()
 {
     InvalidateDefaultActionInternal();
     OnFiltersListChanged?.Invoke(this, EventArgs.Empty);
 }