Example #1
0
        //================================================================================
        public void Cancel(CancelledState cancelledState, IInventoryOperationNotifier eventNotifier)
        {
            //this.setState(cancelledState);

            //eventNotifier.NotifyScrapCancelled(this);
        }
 public void Cancel(Scrap scrap, CancelledState cancelledState)
 {
     scrap.Cancel(cancelledState, inventoryOperationNotifier);
 }