コード例 #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;
 }