예제 #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OpenRequestEvent(OpenLibraryEventArgs e)
 {
     OpenLibrary?.Invoke(this, e);
 }
예제 #2
0
파일: MainForm.cs 프로젝트: damolinx/ima
 private void libraryPane_OpenLibrary(object sender, OpenLibraryEventArgs e)
 {
     this.libraryComponent.Library = e.Item;
     this.SwitchView(false, ViewMode.Library);
 }