コード例 #1
0
 private void ThisAddIn_Startup(object sender, System.EventArgs e)
 {
     _app = Globals.ThisAddIn.Application;
     _eventHandler = new Core.PptEventHandlers(_app);
 }
コード例 #2
0
 private void ThisAddIn_Startup(object sender, System.EventArgs e)
 {
     _app          = Globals.ThisAddIn.Application;
     _eventHandler = new Core.PptEventHandlers(_app);
 }