Ejemplo n.º 1
0
 private void Txt_Saldo_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.Camposdecimales(e);
 }
 private void txt_descuento_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.Camposdecimales(e);
 }