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