Beispiel #1
0
 private void rolesDelSistemaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (_SESION.ComprobarPermiso(4))
     {
         GestionBasica.GUI.GestionRoles frm = new GestionBasica.GUI.GestionRoles();
         frm.MdiParent = this;
         frm.Show();
     }
 }