Exemplo n.º 1
0
 public virtual void Remover(Componente componente)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 2
0
 public virtual void Agregar(Componente componente)
 {
     throw new NotSupportedException();
 }