Beispiel #1
0
        private void btnEntrar_Click(object sender, EventArgs e)
        {
            Inicio Cambio = new Inicio();

            Cambio.Show();
        }
Beispiel #2
0
        private void BtnVolver_Click(object sender, EventArgs e)
        {
            Inicio Cambio = new Inicio();

            Cambio.Show();
        }