Пример #1
0
 public override string ToString()
 {
     if (this.Instancia == null)
     {
         return(this.Nombre);
     }
     else
     {
         return(Instancia.ToString());
     }
 }