Example #1
0
        private void CoursesBtn_Click(object sender, EventArgs e)
        {
            this.Hide();
            CourseGrid courseGrid = new CourseGrid();

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