示例#1
0
 protected virtual void RemoveLibraryItemEvent(LibraryManagerEventArgs e)
 {
     RemovedLibraryItem?.Invoke(this, e);
 }
示例#2
0
 protected virtual void AddLibraryItemEvent(LibraryManagerEventArgs e)
 {
     AddedLibraryItem?.Invoke(this, e);
 }