Ejemplo n.º 1
0
        private void Txt_Filtro_Matricula_KeyPress(object sender, KeyPressEventArgs e)
        {
            C_Validaciones Cl_val = new C_Validaciones();

            Cl_val.ValidarNombres_SoloLetras(sender, e);
        }
Ejemplo n.º 2
0
 private void Txt_FiltroAlumno_KeyPress(object sender, KeyPressEventArgs e)
 {
     Cl_Valid.ValidarNombres_SoloLetras(sender, e);
 }
Ejemplo n.º 3
0
        private void Txt_NombreEstudiante_KeyPress(object sender, KeyPressEventArgs e)
        {
            C_Validaciones Cl_Val = new C_Validaciones();

            Cl_Val.ValidarNombres_SoloLetras(sender, e);
        }
Ejemplo n.º 4
0
 private void Pest1_Txt_BusquedaPorNombre_KeyPress(object sender, KeyPressEventArgs e)
 {
     val.ValidarNombres_SoloLetras(sender, e);
 }
Ejemplo n.º 5
0
 private void Txt_NombreUsuario_KeyPress(object sender, KeyPressEventArgs e)
 {
     val.ValidarNombres_SoloLetras(sender, e);
 }