コード例 #1
0
 private void EstablecerUShort(IPropiedad propiedad, ushort valor, ushort valorInicial)
 {
     _impl.EstablecerUShort(propiedad, valor);
     _historial.EstablecerUShort(_impl, propiedad, valor, valorInicial);
 }