Example #1
0
 public Application() : base(InteropUtils.CreateObject("Excel.Application"))
 {
     AddSink(new AppEvents());
 }
Example #2
0
 public Application() : base(InteropUtils.CreateObject("Word.Application"))
 {
     AddSink(new ApplicationEvents2());
 }