Ejemplo n.º 1
0
        private void pictureBox2_Click(object sender, EventArgs e)
        {
            this.Close();
            Teacher th = new Teacher();

            th.Show();
        }
Ejemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            this.Close();
            Teacher th = new Teacher();

            th.Show();
        }
Ejemplo n.º 3
0
 private void newToolStripMenuItem_Click(object sender, EventArgs e)
 {
     newTeacher           = new Teacher(this);
     newTeacher.MdiParent = this;
     newTeacher.Show();
 }
Ejemplo n.º 4
0
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     newTeacher           = new Teacher(this);
     newTeacher.MdiParent = this;
     newTeacher.Show();
 }