예제 #1
0
 public NewRawReplayEvent(object source, RawReplay rawReplay)
 {
     this.RawReplay = rawReplay;
     this.Source    = source;
 }
예제 #2
0
 public Replay Process(RawReplay rawReplay)
 {
     throw new NotImplementedException();
 }