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