Esempio n. 1
0
        private void button1_Click(object sender, EventArgs e) //Experiment Information
        {
            this.Hide();

            Personal_Informaion frm2 = new Demo.Personal_Informaion();

            frm2.ShowDialog();
        }
Esempio n. 2
0
        private void infoBox_Click(object sender, EventArgs e)
        {
            this.Hide();
            Personal_Informaion pForm = new Demo.Personal_Informaion();

            pForm.ShowDialog();
            //  ConsentForm cForm = new Demo.ConsentForm();
            //  cForm.ShowDialog();
        }