Example #1
0
        //private void ProdPropertyChanged(object sender, PropertyChangedEventArgs e)
        //{
        //    UpdateIHM();
        //}


        private void timerA_Tick(object sender, EventArgs e)
        {
            prodA.AjouterDesCaisses();
            if (prodA.EtatCourantDeLaProduction == EnumEtatProduction.EnCours)
            {
                prodA.TpsEcouleDeProduction += timerA.Interval;
            }
            UpdateIHM();
        }