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