Esempio n. 1
0
        private void btnVolver_Click(object sender, EventArgs e)
        {
            Gestionar_Turno t = new Gestionar_Turno();

            t.Show();
            this.Close();
        }
Esempio n. 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Gestionar_Turno gt = new Gestionar_Turno();

            gt.Show();
        }
Esempio n. 3
0
        private void btnGestionarTurno_Click(object sender, EventArgs e)
        {
            Gestionar_Turno t = new Gestionar_Turno();

            t.Show();
        }