Exemple #1
0
 private void txtCodFuncion_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.Letras(e);
 }
Exemple #2
0
 private void txtApellido_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.Letras(e);
 }