Project Structure

Combometer V.1 - Main Folder with the source code
| - Arduino Code - Code to run on the arduino controlling the sensor
| - ComboCounter - Desktop code to run on the computer connected to the sensor
    | - ComboCounter - Main folder for the Desktop C# code using .NET Framework 4.6
        |  - Classes - Helper classes as well as definitions for the different types used in the program
        |  - CustomControls - UserControls customised to use the fonts and the themes we set in the respective Managers
        |  - fonts - Fonts used in the program
        |  - Forms - Forms or windows of the program, each of these is a separate window in the program
        |  - Forms with Arduino Code - Forms which contains code to connect to the arduino, we didn't touch these forms because we didn't have access to the arduino
        |  - Icons - Icons used throughout the project
        |  - Pages - Contains the various pages used throughout the project
        |  - Properties - Visual Studio generated files to keep settings and resources for the project
        |  - soundEffect - Sound effects used throughout the project
    | - ComboCounterDataExport.sql - SQL Data Export which contains sample data and the schema
|  - Sensor Calibration - Arduino code to calibrate the sensor
