Exemple #1
0
    public void OnTouchColorButton(ColorBtn colorBtn)
    {
        if (referralPanel)
        {
            (referralPanel as CommonPanel).SetActiveColorButton(true);
            referralPanel.SetColor(colorBtn.type);
        }

        // de-active color bar
        SetActiveGameObject(false);
    }
Exemple #2
0
        public Parametre(int DureeValiditeDevis, int NbRelanceFacture, Theme Theme, ColorBtn colorBtn, int NbElementPage, string DefaultTextFeedback, int NbJourStat,
                         int TailleHistorique, bool Abonnee, string DefaultUrl, string ConditionsGeneralesDevis, string TexteDeFinDevis, string FooterDevis,
                         string TexteIntroductionDevis, string ConditionsGeneralesFacture, string TexteDeFinFacture, string FooterFacture, string TexteIntroductionFacture)
        {
            this.DureeValiditeDevis = DureeValiditeDevis;
            //this.NbRelanceFacture = NbRelanceFacture;
            this.Theme               = Theme;
            this.NbElementPage       = NbElementPage;
            this.DefaultTextFeedback = DefaultTextFeedback;
            this.NbJourStat          = NbJourStat;
            this.TailleHistorique    = TailleHistorique;
            this.Abonnee             = Abonnee;
            this.DefaultUrl          = DefaultUrl;

            this.ConditionsGeneralesDevis = ConditionsGeneralesDevis;
            this.TexteDeFinDevis          = TexteDeFinDevis;
            this.FooterDevis            = FooterDevis;
            this.TexteIntroductionDevis = TexteIntroductionDevis;

            this.ConditionsGeneralesFacture = ConditionsGeneralesFacture;
            this.TexteDeFinFacture          = TexteDeFinFacture;
            this.FooterFacture            = FooterFacture;
            this.TexteIntroductionFacture = TexteIntroductionFacture;
        }