Exemplo n.º 1
0
        private void btnStudentDetails_Click(object sender, EventArgs e)
        {
            NewForm nw = new NewForm();

            nw.ShowDialog();
        }
Exemplo n.º 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     NewForm op = new NewForm();
     op.Show();
 }
Exemplo n.º 3
0
        private void button1_Click(object sender, EventArgs e)
        {
            NewForm op = new NewForm();

            op.Show();
        }
Exemplo n.º 4
0
 private void btnStudentDetails_Click(object sender, EventArgs e)
 {
     NewForm nw = new NewForm();
     nw.ShowDialog();
 }