Ejemplo n.º 1
0
 public LogParserCommand(string cmdText, LogParserConnection connection)
 {
     this.cmdText = cmdText;
     this.connection = connection;
 }
Ejemplo n.º 2
0
 public LogParserCommand(string cmdText, LogParserConnection connection)
 {
     this.cmdText    = cmdText;
     this.connection = connection;
 }