예제 #1
0
        private void rbnAddStudent_Click(object sender, EventArgs e)
        {
            StudentAdd studentadd = new StudentAdd();

            studentadd.Show();
        }
예제 #2
0
        private void ribbonButton2_Click(object sender, EventArgs e)
        {
            StudentAdd studentAdd = new StudentAdd();

            studentAdd.Show();
        }