Ejemplo n.º 1
0
        private void toolStrip_recover_Click(object sender, EventArgs e)
        {
            StudentInfoBLL studentsave = new StudentInfoBLL();

            studentsave.RecoverStudentInfo();
            initContracts();
        }