コード例 #1
0
 public ReplayProcessor(TextReader text)
 {
     reader = new ReplayParser(text);
 }
コード例 #2
0
 public ParseException(string message, ReplayParser parser) : base(message)
 {
     this.parser = parser;
 }