private void cambiarDeUsuarioToolStripMenuItem_Click(object sender, EventArgs e) { IniciarSesion iniciarSesion = new IniciarSesion(); iniciarSesion.Show(); this.Hide(); }
private void button1_Click(object sender, EventArgs e) { IniciarSesion iniciarSesion = new IniciarSesion(); iniciarSesion.Show(); this.Hide(); }