コード例 #1
0
 private void txtNombres_KeyPress(object sender, KeyPressEventArgs e)
 {
     validar.validarSoloLetras(e);
 }
コード例 #2
0
 private void textBox4_KeyPress(object sender, KeyPressEventArgs e)
 {
     validaciones.validarSoloLetras(e);
 }