Exemplo n.º 1
0
 public int GetID()
 {
     if (parent == null)
     {
         return(-1);
     }
     return(parent.GetSonID(this));
 }