Ejemplo n.º 1
0
        private void Button1_Click(object sender, EventArgs e)
        {
            Admin_Student astu = new Admin_Student(name, this);

            astu.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
 private void Button1_Click(object sender, EventArgs e)
 {
     Admin_Student astu = new Admin_Student(name,this);
     astu.Show();
     this.Hide();
 }