Exemplo n.º 1
0
        public void Calculer()
        {
            if (!EstCharge)
            {
                return;
            }

            Devis.CalculerAchat();
        }
Exemplo n.º 2
0
        public override Boolean Supprimer()
        {
            if (!EstCharge)
            {
                return(false);
            }

            Devis.ListeAchat.Remove(this);
            Devis.CalculerAchat();

            Bdd2.Supprimer <Achat>(this);

            return(true);
        }