private void btnReturn_Click(object sender, EventArgs e)
        {
            this.Hide();
            Administrativo ventana = new Administrativo();

            ventana.Show();
        }
Exemple #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            //Agregan MakeupBarSystem.MenuDelModulo;
            this.Hide();
            Administrativo ventana = new Administrativo();

            ventana.Show();
        }