Bloom.CollectionTab.LibraryListView.OnShowNotesMenu C# (CSharp) Method

OnShowNotesMenu() private method

private OnShowNotesMenu ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void OnShowNotesMenu(object sender, EventArgs e)
        {
            #if Chorus
            using (var dlg = _historyAndNotesDialogFactory())
            {
                dlg.ShowNotesFirst = true;
                dlg.ShowDialog();
            }
            #endif
        }