예제 #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
            serviceAutorisationDepart = new ImplDalAutorisationDepart();
            serviceFacture            = new ImplDalFacture();
            serviceGeneral            = new ImplDalGeneral();
            serviceVehicule           = new ImplDalVehicule();

            convertisseuse = new Convertisseuse();
            #endregion

            #region !isPostBack
            if (!IsPostBack)
            {
                this.initialiseGridVehicule();
            }
            #endregion
        }
예제 #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
            serviceVehicule            = new ImplDalVehicule();
            serviceObservationVehicule = new ImplDalObservationVehicule();
            serviceGeneral             = new ImplDalGeneral();
            #endregion

            #region !IsPostBack
            if (!IsPostBack)
            {
                this.initialiseGridVehicule();
                this.initialiseGridListeNoireVehicule();
                this.initialiseFormulaire();
                this.initialiseGridObservationVehicule();
                this.initialiseErrorMessage();
            }
            #endregion
        }