示例#1
0
 public PluginRunner(PluginCfg cfg)
     : this()
 {
     this.cfg = cfg;
 }
示例#2
0
 public PluginRunner()
 {
     cfg = new PluginCfg();
 }