Beispiel #1
0
 protected BatchNode(IBatchTree batch)
 {
     _batch = batch;
 }
Beispiel #2
0
 public QueueBatchNode(IBatchTree batch)
     : base(batch)
 {
 }