Ejemplo n.º 1
0
 private void txtOrigen_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloLetras(e);
 }
Ejemplo n.º 2
0
 private void txtPuCompra_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloNumeros(e);
 }
Ejemplo n.º 3
0
 private void txtTelefono_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloNumeros(e);
 }