Exemplo n.º 1
0
 /// <summary>
 /// Handler method that's called when the user clicks the "Bookmarks manager" menu item under the bookmarks menu.  Creates the bookmarks manager tab if
 /// one doesn't already exist then switches to it.
 /// </summary>
 /// <param name="sender">Object from which this event originated.</param>
 /// <param name="e">Arguments associated with this event.</param>
 private void _bookmarksManagerMenuItem2_Click(object sender, EventArgs e)
 {
     ParentTabs.OpenBookmarkManager();
 }