コード例 #1
0
 /// <summary>
 /// Adds a new element with the specified name to the tree.
 /// </summary>
 public void AddElement(string name)
 {
     editor.AddElement(name);
 }