Пример #1
0
 public void Remove(NotePart component)
 {
     this.children.Remove(component);
 }
Пример #2
0
 public void Add(NotePart component)
 {
     this.children.Add(component);
 }