private void txtApellidoResponsable_KeyPress(object sender, KeyPressEventArgs e) { Validaciones.SoloLetras(e); }
private void txtApellidoAltaNoDocente_KeyPress(object sender, KeyPressEventArgs e) { Validaciones.SoloLetras(e); }
private void txtNombreAlumno_KeyPress(object sender, KeyPressEventArgs e) { Validaciones.SoloLetras(e); }