Example #1
0
        private void toolStripMenuItem1_Click(object sender, EventArgs e)
        {
            st_Add AS = new st_Add();

            AS.Show();
        }
Example #2
0
        private void studentadd_item_Click(object sender, EventArgs e)
        {
            st_Add AS = new st_Add();

            AS.Show();
        }