예제 #1
0
        private void BtnFillSubChaps_Click(object sender, RibbonControlEventArgs e)
        {
            A3Presentation presentation = new A3Presentation(Globals.ThisAddIn.Application.ActivePresentation);

            presentation.FillSubChapters();
        }