Example #1
0
 public void RemoveFrameComponent(FrameComponent frame)
 {
     throw new NotImplementedException();
 }
Example #2
0
 /// <summary>
 /// Add a FrameComponent to this ImagerySection.
 /// </summary>
 /// <param name="frame">
 /// FrameComponent to be added to the section (a copy is made)
 /// </param>
 public void AddFrameComponent(FrameComponent frame)
 {
     d_frames.Add(frame);
 }