Exemplo n.º 1
0
 public virtual void EstablecerInteger(IPropiedad propiedad, int valor)
 {
     _impl.EstablecerInteger(propiedad, valor);
 }
 public override void Deshacer(IImplementacion impl, IPropiedad propiedad, int valor)
 {
     impl.EstablecerInteger(propiedad, valor);
 }
 protected void EstablecerInteger(IPropiedad propiedad, int valor)
 {
     _impl.EstablecerInteger(propiedad, valor);
 }