예제 #1
0
파일: Principal.cs 프로젝트: Ede4g/em
 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();
     }
 }