Back to the problem

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

  • DataGrid control for queued and processed orders

  • The GUI will only observe queued and processed orders. Use ObservableCollection<Order> instead of List<Order> to automatically track the changes in the GUI.