This is a simple calculator that performs basic mathmatic operations from left to right.
To learn more about WinForms and utilizing the boilerplate code given to achieve a console application with a simple GUI
- How to utilize the WinForms toolbox to create a calculator GUI using buttons and fields, as well as editing their properties, and how those properties interact in the code
- How to break down a larger problem into smaller, more manageable ones