Example #1
0
 public SimplePluginManager(IPluginMaster pluginMaster)
 {
     Executor = new ThreadPoolPluginExecutor(pluginMaster);
 }
Example #2
0
 public ScheduledPluginManager(IPluginMaster pluginMaster)
 {
     Executor = new ThreadPoolPluginExecutor(pluginMaster);
 }