Gnr Application
We must instantiate an object of the GnrApplication class, in order to develop a GenRo based application.
GnrApplication class has two attributes:
- modules
- data
modules is a dictionary that gathers all the application's modules, data is a bag that collects all the application data.
GnrApplication has also the activeModule property, that returns the reference tu thecurrent module.
The starting method of GnrApplication is run(); it starts the instance of the application.
