Exemplo n.º 1
0
 private void exportBookmarksToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (CurrentLogWindow != null)
     {
         CurrentLogWindow.ExportBookmarkList();
     }
 }
Exemplo n.º 2
0
 private void OnExportBookmarksToolStripMenuItemClick(object sender, EventArgs e)
 {
     CurrentLogWindow?.ExportBookmarkList();
 }