Exemplo n.º 1
0
 public void AddProperties(IEnumerable <NodeViewModel> properties)
 {
     foreach (var property in properties)
     {
         Childs.ElementAt(0).Childs.Add(property);
     }
 }