Пример #1
0
 public virtual bool Processs(EntityParent theOwner)
 {
     if (mRoot != null)
     {
         return(mRoot.Processs(theOwner));
     }
     else
     {
         return(true);
     }
 }