This C# application is part of an introductory course to programming.
NOTE:: As this is a Windows application, the Windows OS is required
- Install Visual Studio and it's extensions for Desktop development.
- Open Visual Studio and either open this project after download or clone it directly through the following URL:
https://github.com/daniel-vera-g/hka-programming-course.git
- Open the
./Dampf/DampfApp.cs
- Fill in the missing TODOs with code that corresponds to the description
- To test, run or debug the Application in Visual Studio