Пример #1
0
 public virtual void Remover(Componente componente)
 {
     throw new NotSupportedException();
 }
Пример #2
0
 public virtual void Agregar(Componente componente)
 {
     throw new NotSupportedException();
 }