Exemplo n.º 1
0
 public PluginRunner(PluginCfg cfg)
     : this()
 {
     this.cfg = cfg;
 }
Exemplo n.º 2
0
 public PluginRunner()
 {
     cfg = new PluginCfg();
 }