Exemplo 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);
        }
Exemplo n.º 2
0
        private void Txt_NombreEstudiante_KeyPress(object sender, KeyPressEventArgs e)
        {
            C_Validaciones Cl_Val = new C_Validaciones();

            Cl_Val.ValidarNombres_SoloLetras(sender, e);
        }