private void othersButton_Click(object sender, System.EventArgs e)
        {
            StudentModification modify = new StudentModification();

            modify.ShowDialog();
        }
Example #2
0
        private void button3_Click(object sender, System.EventArgs e)
        {
            StudentModification result = new StudentModification();

            result.ShowDialog();
        }