Beispiel #1
0
        private void toolStrip_backup_Click(object sender, EventArgs e)
        {
            StudentInfoBLL studentsave = new StudentInfoBLL();

            studentsave.SaveStudentInfoList();
        }