示例#1
0
        private void btnVolver_Click(object sender, EventArgs e)
        {
            Gestionar_Turno t = new Gestionar_Turno();

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

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

            t.Show();
        }