Hamburger Order App

This project is designed as an introductory-level Windows Forms Application to help understand Object-Oriented Programming (OOP) principles. It has been developed using basic WinForms tools. The application allows users to select hamburger menus created using a Dictionary, with prices adjusted based on the menu size. Users can also add extra ingredients to their orders. The "Complete Order" button displays the total revenue, extra ingredient income, order count, and the number of items sold in the Order Information Form. Additionally, form pages have been created for adding new menus and extra ingredients.