Ejemplo n.º 1
0
 /// <summary>
 /// Removes a pipeline from the list and clears its starting and ending point.
 /// </summary>
 /// <param name="p">The pipeline that will be removed.</param>
 public void RemovePipeline(Pipeline p)
 {
     p.ClearComponents();
     this.Pipelines.Remove(p);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Removes a pipeline from the list and clears its starting and ending point.
 /// </summary>
 /// <param name="p">The pipeline that will be removed.</param>
 public void RemovePipeline(Pipeline p)
 {
     p.ClearComponents();
     this.Pipelines.Remove(p);
 }