Ejemplo n.º 1
0
 public virtual void Init()
 {
     this._analyzer = new BFAnalyzer(new CommonConfig(), new BFCommandConfig());
 }
Ejemplo n.º 2
0
 protected ExecuterBase(CommonConfig config, BFCommandConfig commandConfig)
 {
     this._config   = config;
     this._analyzer = new BFAnalyzer(config, commandConfig);
 }