Question: C# windows form application Create a mini Windows Inventory application. You are free to use available controls. Make the form look nice and easy to
C# windows form application
Create a mini Windows Inventory application. You are free to use available controls. Make the form look nice and easy to use.
1. Design a class for Product object. Include an ID, product name, unit price, and inventory quantity.
2. Design a Windows Form interface to add items by accepting all attributes as save it in a linked list.
3. Add 5 items and display the whole list.
4. Allow the selection of one of the items and delete it. Display the modified whole list.
5. Allow changing a quantity of a selected item. Display the modified whole list.
form1 code on document and snippit/ copy of the code running
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
