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