private void gestionDelSistemaToolStripMenuItem_Click(object sender, EventArgs e) { try { General.GUI.RolesGestion f = new General.GUI.RolesGestion(); f.MdiParent = this; f.Show(); } catch { } }
private void rolesDelSistemaToolStripMenuItem_Click(object sender, EventArgs e) { try { if (oSesion.ComprobarPermisos(3)) { General.GUI.RolesGestion f = new General.GUI.RolesGestion(); f.MdiParent = this; f.Show(); } }catch { } }