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