Пример #1
0
 public virtual bool Proc(EntityParent theOwner)
 {
     return(child.Proc(theOwner));
 }
Пример #2
0
 public virtual bool Proc()
 {
     return(child.Proc());
 }
Пример #3
0
 public bool Proc(EntityParent theOwner)
 {
     return(root.Proc(theOwner));
 }