Ejemplo n.º 1
0
 private void txtDescuento_KeyPress(object sender, KeyPressEventArgs e)
 {
     CFuncionesGenerales.VerificarEsNumero(ref sender, ref e, false);
 }
Ejemplo n.º 2
0
 private void txtIVA_KeyPress(object sender, KeyPressEventArgs e)
 {
     CFuncionesGenerales.VerificarEsNumero(ref sender, ref e, true);
 }
Ejemplo n.º 3
0
 private void frmEditarMembresia_KeyPress(object sender, KeyPressEventArgs e)
 {
     CFuncionesGenerales.VerificarEsNumero(ref sender, ref e, true);
 }