Beispiel #1
0
 public MircLogParser( string path, Plugin plugin, int count )
 {
     this.path = path;
     this.plugin = plugin;
     this.count = count;
 }
Beispiel #2
0
 public FlatLogParser( string path, Plugin plugin )
 {
     this.path = path;
     this.plugin = plugin;
 }