예제 #1
0
        private void OpenYamlForGen_FileOk(object sender, System.ComponentModel.CancelEventArgs e)
        {
            string         yamlPath     = OpenYamlForGen.FileName;
            A3Presentation presentation = new A3Presentation(Globals.ThisAddIn.Application.ActivePresentation);

            presentation.GenerateFromYaml(yamlPath);
        }