Esempio n. 1
0
 public override void NeedChildren()
 {
     if (!_notifyChildren)
     {
         InstanceTree tree = GetInstanceTree();
         foreach (InstanceTreeNode child in _children)
         {
             tree.NotifyInstanceAdded(this, child);
         }
         _notifyChildren = true;
     }
 }