Exemplo n.º 1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            #region initialisation ressource
            serviceRessource = new ImplDalServiceRessource();
            serviceLien      = new ImplDalLien();
            #endregion

            #region verification
            this.verification();
            #endregion

            #region initialisation
            serviceAgence     = new ImplDalAgence();
            serviceTypeAgence = new ImplDalTypeAgence();
            serviceVille      = new ImplDalVille();
            #endregion

            #region !IsPostBack
            if (!IsPostBack)
            {
                serviceVille.loadDdlVilleA(ddlVille);
                serviceTypeAgence.loadDddlTypeAgence(ddlTypeAgence);
                this.initialiseGridAgence();
                this.initialiseFormulaireAgence();
                this.initialiseErrorMessage();
            }
            #endregion
        }
Exemplo n.º 2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            #region initialisation ressource
            serviceRessource = new ImplDalServiceRessource();
            serviceLien      = new ImplDalLien();
            #endregion

            #region verification
            this.verification();
            #endregion

            #region initialisation
            serviceAgence        = new ImplDalAgence();
            serviceSessionAgence = new ImplDalSessionAgence();
            serviceGeneral       = new ImplDalGeneral();
            #endregion

            #region !IsPostBack
            if (!IsPostBack)
            {
                this.initialiseGridAgence();

                Panel_BilletMontantTotal.Visible           = false;
                Panel_CommissionMontantTotal.Visible       = false;
                Panel_DureeAbonnementMontantTotal.Visible  = false;
                Panel_MontantTotalSessionCaisse.Visible    = false;
                Panel_RecuEncaisserMontantTotal.Visible    = false;
                Panel_VoyageAbonnementMontantTotal.Visible = false;
                Panel_RecuADTotal.Visible = false;
            }
            #endregion
        }
Exemplo n.º 3
0
        protected void Page_Load(object sender, EventArgs e)
        {
            #region initialisation ressource
            serviceRessource = new ImplDalServiceRessource();
            serviceLien      = new ImplDalLien();
            #endregion

            #region verification
            this.verification();
            #endregion

            #region initialisation
            serviceSessionAgence = new ImplDalSessionAgence();
            serviceAgence        = new ImplDalAgence();
            serviceGeneral       = new ImplDalGeneral();
            #endregion

            #region !IsPostBack
            if (!IsPostBack)
            {
                this.afficheAgence(agent.numAgence);
            }
            #endregion
        }