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