Beispiel #1
0
 // Insert section context menu item
 private void Context_InsertSectionMenuItem_Click(object sender, EventArgs e)
 {
     mProjectView.InsertSection();
 }