Exemplo n.º 1
0
 protected virtual void RemoveLibraryItemEvent(LibraryManagerEventArgs e)
 {
     RemovedLibraryItem?.Invoke(this, e);
 }
Exemplo n.º 2
0
 protected virtual void AddLibraryItemEvent(LibraryManagerEventArgs e)
 {
     AddedLibraryItem?.Invoke(this, e);
 }