Ejemplo n.º 1
0
 public BatchOperatorBase(BatchInOutOption inOutOpt)
 {
     _inOutOpt = inOutOpt;
 }
Ejemplo n.º 2
0
 public BatchTextCounter(BatchInOutOption inOutOpt)
     : base(inOutOpt)
 {
 }