Exemple #1
0
 public virtual void EstablecerChar(IPropiedad propiedad, char valor)
 {
     _impl.EstablecerChar(propiedad, valor);
 }
 public override void Deshacer(IImplementacion impl, IPropiedad propiedad, char valor)
 {
     impl.EstablecerChar(propiedad, valor);
 }
 protected void EstablecerChar(IPropiedad propiedad, char valor)
 {
     _impl.EstablecerChar(propiedad, valor);
 }