Пример #1
0
 public void RemoveTextComponent(TextComponent text)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 /// <summary>
 /// Add a TextComponent to this ImagerySection.
 /// </summary>
 /// <param name="text">
 /// TextComponent to be added to the section (a copy is made)
 /// </param>
 public void AddTextComponent(TextComponent text)
 {
     d_texts.Add(text);
 }