Example #1
0
        private void lecture_filter_button_Click(object sender, EventArgs e)
        {
            this.Hide();
            Searching_Filtering_Lectures_Form f = new Searching_Filtering_Lectures_Form();

            f.ShowDialog();
            this.Show();
        }