public ParseException(string message, ReplayParser parser) : base(message)
 {
     this.parser = parser;
 }
Esempio n. 2
0
 public ReplayProcessor(TextReader text)
 {
     reader = new ReplayParser(text);
 }