Exemplo n.º 1
0
 /// <summary>
 /// Handler method that's called when the user clicks the "History" menu item under the tools menu.  Creates the history tab if one doesn't exist
 /// already and 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 _historyToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ParentTabs.OpenHistory();
 }