Ejemplo n.º 1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         dtAsistenciasAux = new DataTable();
         dtAsistencias    = new DataTable();
         mst    = (mast)Master;
         bdAPJO = new BDPROE();
         S      = mast.S;
         U      = mast.U;
         L      = mast.L;
         dic    = new Diccionario(L, S);
     }
 }
Ejemplo n.º 2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     mst = (mast)Master;
     mst.contentCallEvent += new EventHandler(eliminarAsistencia);
     if (!IsPostBack)
     {
         bdPROE = new BDPROE();
         F      = mast.F;
         S      = mast.S;
         U      = mast.U;
         L      = mast.L;
         try
         {
             dic = new Diccionario(L, S);
             valoresIniciales();
         }
         catch
         {
         }
     }
 }