Exemplo n.º 1
0
 private void ThisAddIn_Startup(object sender, System.EventArgs e)
 {
     _app = Globals.ThisAddIn.Application;
     _eventHandler = new Core.PptEventHandlers(_app);
 }
Exemplo n.º 2
0
 private void ThisAddIn_Startup(object sender, System.EventArgs e)
 {
     _app          = Globals.ThisAddIn.Application;
     _eventHandler = new Core.PptEventHandlers(_app);
 }