Exemplo n.º 1
0
 private void txtNombres_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.validarSoloLetras(e);
 }
Exemplo n.º 2
0
 private void textBox4_KeyPress(object sender, KeyPressEventArgs e)
 {
     validaciones.validarSoloLetras(e);
 }