示例#1
0
 protected override object RequestComAddInAutomationService()
 {
     if (_addinUtilities == null)
     {
         _addinUtilities = this;
     }
     return(_addinUtilities);
 }
示例#2
0
 public ServiceAdmin(ThisAddIn addIn, BundleStarter bundleStarter)
 {
     this.addIn         = addIn;
     this.bundleStarter = bundleStarter;
 }