Exemplo n.º 1
0
 public ScriptSplitter(string script)
 {
     this._reader       = new StringReader(script);
     this._scriptReader = new SeparatorLineReader(this);
 }
Exemplo n.º 2
0
 internal void SetParser(ScriptReader newReader)
 {
     this._scriptReader = newReader;
 }