Ejemplo n.º 1
0
 public ChildDocument(string root_text)
 {
     root      = new MindmapNodeItem();
     root.Text = root_text;
 }
Ejemplo n.º 2
0
 public void InsertNode(MindmapNodeItem parent, MindmapNodeItem node)
 {
 }
Ejemplo n.º 3
0
 public ChildDocument()
 {
     root      = new MindmapNodeItem();
     root.Text = "My Text";
 }