Exemplo n.º 1
0
        public void HandleArrival(Lot lot)
        {
            Dispatcher.HandleArrival(lot);

            NotifyObservers(this);
        }
Exemplo n.º 2
0
 protected override void OnReplicationStart()
 {
     Lots = new Lot[LotGenerator.TargetWIP];
 }
Exemplo n.º 3
0
 protected override void OnReplicationEnd()
 {
     base.OnReplicationEnd();
     LotInService            = null;
     StartTimeCurrentService = -1;
 }