コード例 #1
0
ファイル: TOCView.cs プロジェクト: ARLM-Keller/Daisy-Obi
 // Insert section context menu item
 private void Context_InsertSectionMenuItem_Click(object sender, EventArgs e)
 {
     mProjectView.InsertSection();
 }