Esempio n. 1
0
 private void txtAltura_KeyPress(object sender, KeyPressEventArgs e)
 {
     E_Validaciones.SoloNumeros(e);
 }
Esempio n. 2
0
 private void txtCalle_KeyPress(object sender, KeyPressEventArgs e)
 {
     E_Validaciones.LetrasNumeros(e);
 }
Esempio n. 3
0
 private void txtNombre_KeyPress(object sender, KeyPressEventArgs e)
 {
     E_Validaciones.SoloLetras(e);
 }