Méthode | Description | |
---|---|---|
Start ( ) : void |
Starts the application
|
|
Stop ( ) : void |
Stops the application.
|
Méthode | Description | |
---|---|---|
CreateKernel ( ) : IKernel |
Creates the kernel that will manage your application.
|
|
RegisterServices ( IKernel kernel ) : void |
Load your modules or register your services here!
|