/// <summary> /// 启动插件管理器 /// </summary> public void Start() { if (bundleStarter == null) { bundleStarter = new BundleStarter(); bundleStarter.Start(); } }
public ServiceAdmin(ThisAddIn addIn, BundleStarter bundleStarter) { this.addIn = addIn; this.bundleStarter = bundleStarter; }