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