Ejemplo n.º 1
0
        private void btn_Gotolab_Click(object sender, EventArgs e)
        {
            Labs_Screen n = new Labs_Screen();

            Hide();
            n.ShowDialog();
        }
Ejemplo n.º 2
0
        //goes back to the lab_sreen and closes the form
        private void button2_Click(object sender, EventArgs e)
        {
            Labs_Screen f = new Labs_Screen();

            Close();
            f.Show();
        }