예제 #1
0
        private void btnStudentDelete_Click(object sender, EventArgs e)
        {
            FormStudentInfo sinfo = new FormStudentInfo();

            sinfo.Show();
            hideSubMenu();
        }
예제 #2
0
        private void btnStudentGridView_Click(object sender, EventArgs e)
        {
            FormStudentInfo sinfo = new FormStudentInfo();

            sinfo.Show();
        }