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