6263646566676869707172
// update tree try { TreeControlNode parent = node.getParent(); node.remove(); if (parent != null) { parent.rebuildLastChildren(); } } catch (Exception e) { } Mapping.commit();