Beispiel #1
0
 // Add subsection context menu item
 private void Context_AddSubsectionMenuItem_Click(object sender, EventArgs e)
 {
     mProjectView.AddSubSection();
 }