Back to the problem#
Activity 40 (Inventory system)
Complete the implementation of the problem in section Inventory system. Include in your project a class diagram and a screencast shorter than 10 s in your repository.
Use what we have learned:
OOP
DataGridcontrol for queued and processed ordersThe GUI will only observe queued and processed orders. Use
ObservableCollection<Order>instead ofList<Order>to automatically track the changes in the GUI.