main property

CappController main
getter/setter pair

main is the main controller of the application. when the application starts the main controller will be called.

Implementation

CappController main;