Esempio n. 1
0
 /// <summary>
 /// Adds an element to the collection
 /// </summary>
 /// <param name="element">
 /// The element.
 /// </param>
 internal void Add(TreeElement element)
 {
     BaseAdd(element);
 }
Esempio n. 2
0
 /// <summary>
 /// Adds an element to the collection
 /// </summary>
 /// <param name="element">
 /// The element.
 /// </param>
 internal void Add(TreeElement element)
 {
     BaseAdd(element);
 }