Esempio n. 1
0
        private void FindStudentButton_Click(object sender, EventArgs e)
        {
            consoleTextBox.Clear();

            FilterHandler.ToggleAllFilters();

            List <IStudent> studentListToDisplay = FilterHandler.GetFilteredStudentList();

            PrintStudentList(studentListToDisplay);
        }