Exemple #1
0
 public void Connect(IPipelineElement next)
 {
     next.SetInput(outputStream);
 }
 public override void Connect(IPipelineElement next)
 {
     next.SetInput(Contexto);
 }