示例#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();
        }