protected override object RequestComAddInAutomationService() { if (_addinUtilities == null) { _addinUtilities = this; } return(_addinUtilities); }
public ServiceAdmin(ThisAddIn addIn, BundleStarter bundleStarter) { this.addIn = addIn; this.bundleStarter = bundleStarter; }