Пример #1
0
        protected void FormatKeysSt_Refresh(object sender, StoreRefreshDataEventArgs e)
        {
            try
            {
                COCASJOL.LOGIC.Utiles.PlantillaLogic plantillalogic = new COCASJOL.LOGIC.Utiles.PlantillaLogic();

                this.FormatKeysSt.DataSource = plantillalogic.GetFormatKeys("");
                this.FormatKeysSt.DataBind();
            }
            catch (Exception ex)
            {
                log.Fatal("Error fatal al cargar llaves de formato para plantilla de notificacion.", ex);
                throw;
            }
        }
Пример #2
0
        protected void FormatKeysSt_Refresh(object sender, StoreRefreshDataEventArgs e)
        {
            try
            {
                COCASJOL.LOGIC.Utiles.PlantillaLogic plantillalogic = new COCASJOL.LOGIC.Utiles.PlantillaLogic();

                this.FormatKeysSt.DataSource = plantillalogic.GetFormatKeys("");
                this.FormatKeysSt.DataBind();
            }
            catch (Exception ex)
            {
                log.Fatal("Error fatal al cargar llaves de formato para plantilla de notificacion.", ex);
                throw;
            }
        }