示例#1
0
 public virtual void Remover(Componente componente)
 {
     throw new NotSupportedException();
 }
示例#2
0
 public virtual void Agregar(Componente componente)
 {
     throw new NotSupportedException();
 }