/// /// Main Class /// /// /// Reads config files and creates threads that executes the rest of the app /// class CApp { static void Main(string[] args) { ... } }