Beispiel #1
0
 private void txtNoFactura_KeyPress(object sender, KeyPressEventArgs e)
 {
     ClsUtilerias.LetrasNumeros(e, 1);
 }
Beispiel #2
0
 private void txtClaveClase_KeyPress(object sender, KeyPressEventArgs e)
 {
     ClsUtilerias.LetrasNumeros(e);
 }
Beispiel #3
0
 private void txtCodigoBarras_KeyPress(object sender, KeyPressEventArgs e)
 {
     ClsUtilerias.LetrasNumeros(e, 1);
 }
Beispiel #4
0
 private void txtCodParametro_KeyPress(object sender, KeyPressEventArgs e)
 {
     ClsUtilerias.LetrasNumeros(e);
 }
Beispiel #5
0
 private void txtCveMunicipio_KeyPress(object sender, KeyPressEventArgs e)
 {
     ClsUtilerias.LetrasNumeros(e);
 }