Ejemplo n.º 1
0
        private void btnCancel_Click(object sender, EventArgs e)
        {
            this.Hide();
            Doctor ss = new Doctor(label5.Text);

            ss.Show();
        }
Ejemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            this.Hide();
            Doctor ss = new Doctor(label6.Text);

            ss.Show();
        }
Ejemplo n.º 3
0
        private void pictureBox1_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            Doctor ss = new Doctor(label3.Text);

            ss.Show();
        }
Ejemplo n.º 4
0
        private void button1_Click(object sender, EventArgs e)
        {
            this.Hide();
            Doctor doc = new Doctor(label7.Text);

            doc.Show();
        }
Ejemplo n.º 5
0
        private void button2_Click(object sender, EventArgs e)
        {
            this.Hide();
            Doctor dd = new Doctor(label2.Text);

            dd.Show();
        }