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