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

            presentation.ShowGuids();
        }