예제 #1
0
 /// <summary>
 /// Moves forward in the navigation history.
 /// </summary>
 private void toolStripForwardButton_Click(object sender, EventArgs e)
 {
     m_treeViewNavHistory.Forward();
 }