Exemplo n.º 1
0
        private void sinhViênToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frstudent fr = new frstudent();

            fr.Show();
        }
Exemplo n.º 2
0
        private void pictureBox2_Click(object sender, EventArgs e)
        {
            frstudent a = new frstudent();

            a.ShowDialog();
        }