/// <summary> /// Moves backward in the navigation history. /// </summary> private void toolStripBackButton_Click(object sender, EventArgs e) { m_treeViewNavHistory.Back(); }