Exemplo n.º 1
0
 public void Execute()
 {
     Tree selTree = new Tree(selectedNodes, null);
     selTree.makePretty(false);
 }