Пример #1
0
 public Menu(PréstamosEntities context, string rfc)
 {
     InitializeComponent();
     this.context = context;
     this.rfc     = rfc;
     if (rfc == "ger")
     {
         menuActTablas.Enabled = true;
         menuActPrest.Enabled  = true;
     }
     else
     {
         menuVer.Enabled = true;
     }
 }