Пример #1
0
        private void class_filter_button_Click(object sender, EventArgs e)
        {
            this.Hide();
            Search_Class_By_Type_Form f = new Search_Class_By_Type_Form();

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