Example #1
0
 public virtual bool Proc(EntityParent theOwner)
 {
     return(child.Proc(theOwner));
 }
Example #2
0
 public virtual bool Proc()
 {
     return(child.Proc());
 }
Example #3
0
 public bool Proc(EntityParent theOwner)
 {
     return(root.Proc(theOwner));
 }