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

            presentation.NewBaseLine();
        }