예제 #1
0
 public LogParserCommand(string cmdText, LogParserConnection connection)
 {
     this.cmdText = cmdText;
     this.connection = connection;
 }
예제 #2
0
 public LogParserCommand(string cmdText, LogParserConnection connection)
 {
     this.cmdText    = cmdText;
     this.connection = connection;
 }