Esempio 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);
 }
Esempio 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);
 }