Ejemplo n.º 1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     M   = mast.M;
     L   = mast.L;
     S   = mast.S;
     F   = mast.F;
     U   = mast.U;
     BDM = new BDMiembro();
     APD = new BDAPAD();
     dic = new Diccionario(L, S);
     mst = (mast)Master;
     mst.contentCallEvent += new EventHandler(accionar);
     if (!IsPostBack)
     {
         if (!mst.verificarFuncion("BAP"))
         {
             Ingreso.Visible = false;
         }
         if (!mst.verificarFuncion("CIAP") == false)
         {
             gvhistorial.Visible = false;
         }
         try
         {
             traducir();
             llenarcombos();
         }
         catch (Exception ex)
         {
         }
     }
 }