示例#1
0
 public BatchOperatorBase(BatchInOutOption inOutOpt)
 {
     _inOutOpt = inOutOpt;
 }
示例#2
0
 public BatchTextCounter(BatchInOutOption inOutOpt)
     : base(inOutOpt)
 {
 }