private void btnVolver_Click(object sender, EventArgs e)
        {
            Gestionar_Turno t = new Gestionar_Turno();

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

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

            t.Show();
        }