Ejemplo n.º 1
0
 public GeneratorScanner( Stream s, WolfGeneratorCustomToolGenerator customToolGenerator )
     : base(s)
 {
     this.customToolGenerator = customToolGenerator;
 }
Ejemplo n.º 2
0
 public GeneratorScanner( string fileName, WolfGeneratorCustomToolGenerator customToolGenerator )
     : base(fileName)
 {
     this.customToolGenerator = customToolGenerator;
 }