Exemplo n.º 1
0
 public ReplaceResponder(Config config, string path)
 {
     creator = new RandomTextCreator(path);
     this.config = config;
 }
Exemplo n.º 2
0
 public ReplaceResponder(Config config, string path)
 {
     creator     = new RandomTextCreator(path);
     this.config = config;
 }