Ejemplo n.º 1
0
 public virtual bool Proc(EntityParent theOwner)
 {
     return(child.Proc(theOwner));
 }
Ejemplo n.º 2
0
 public virtual bool Proc()
 {
     return(child.Proc());
 }
Ejemplo n.º 3
0
 public bool Proc(EntityParent theOwner)
 {
     return(root.Proc(theOwner));
 }