Removed unnecessary code
This commit is contained in:
parent
c37952b58c
commit
f2f3f030be
@ -222,8 +222,10 @@ namespace VEPROMS.CSLA.Library
|
||||
tmp.ExpandChildren(o.GetChildren());
|
||||
tmp._ChildrenLoaded = true;
|
||||
}
|
||||
else
|
||||
tmp.Nodes.Add(string.Format("dummy: {0}", o.GetType().Name));// Add a Dummy Node so that the item will appear to be expanable.
|
||||
// OLD: RHM 20100115 : I don't think that the following lines are necessary since the "new VETreeNode(o)"
|
||||
// above includes a similar function.
|
||||
//else
|
||||
// tmp.Nodes.Add(string.Format("dummy: {0}", o.GetType().Name));// Add a Dummy Node so that the item will appear to be expanable.
|
||||
}
|
||||
else
|
||||
tmp._ChildrenLoaded = true;// Reset the children loaded flag
|
||||
|
Loading…
x
Reference in New Issue
Block a user