Middleware :
segmentation of Middleware between 4 modules :
Communication
Debug
Tracking
MainModule
I chose to integer the events in the mainModule, so I can use them to send data to Debug and Communication.
Soon DLLs will be copied to a main root folder "lib".
copy "Communication\bin\Release\Communication.dll" "lib\Communication.dll"
copy "Debug\bin\Release\Debug.dll" "lib\Debug.dll"
copy "Tracking\bin\Release\Tracking.dll" "lib\Tracking.dll"