Ejemplo n.º 1
0
 public virtual void EstablecerShort(IPropiedad propiedad, short valor)
 {
     _impl.EstablecerShort(propiedad, valor);
 }
 public override void Deshacer(IImplementacion impl, IPropiedad propiedad, short valor)
 {
     impl.EstablecerShort(propiedad, valor);
 }
 protected void EstablecerShort(IPropiedad propiedad, short valor)
 {
     _impl.EstablecerShort(propiedad, valor);
 }