Esempio n. 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            Form10 f10 = new Form10();

            f10.Show();
            f10.button2.Visible = false;
            f10.button3.Visible = false;
            f10.comboBox1.Text  = this.comboBox1.Text;
            f10.textBox1.Text   = this.textBox1.Text;
            f10.textBox2.Text   = this.textBox2.Text;
            this.Hide();
        }
Esempio n. 2
0
        private void button2_Click_1(object sender, EventArgs e)
        {
            Form10 F10 = new Form10();

            F10.Show();
        }
Esempio n. 3
0
        private void patientsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form10 obj = new Form10();

            obj.Show();
        }