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