Exemplo n.º 1
0
 public NodeSelection()
 {
     dNode = null;
     aNode = null;
 }
Exemplo n.º 2
0
 public NodeSelection(VIDE_EditorDB.ActionNode d)
 {
     aNode = d;
 }