Example #1
0
 public bool NotifyChildrenChanged()
 {
     if (extensionNode != null)
     {
         return(extensionNode.NotifyChildChanged());
     }
     else
     {
         return(false);
     }
 }