예제 #1
0
파일: BatchNode.cs 프로젝트: ReMinoer/Diese
 protected BatchNode(IBatchTree batch)
 {
     _batch = batch;
 }
예제 #2
0
 public QueueBatchNode(IBatchTree batch)
     : base(batch)
 {
 }