Пример #1
0
 public abstract void Mostrar(PatenteLeaf elemento);
Пример #2
0
 public override void Mostrar(PatenteLeaf elemento)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public abstract void Agregar(PatenteLeaf elemento);