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