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