Beispiel #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OpenRequestEvent(OpenLibraryEventArgs e)
 {
     OpenLibrary?.Invoke(this, e);
 }
Beispiel #2
0
 private void libraryPane_OpenLibrary(object sender, OpenLibraryEventArgs e)
 {
     this.libraryComponent.Library = e.Item;
     this.SwitchView(false, ViewMode.Library);
 }