Exemple #1
0
 public virtual void ActivateByHREF(string href)
 {
     if (Parent != null)
     {
         Parent.ActivateByHREF(href);
     }
 }