As long as you are in the same scope, you just do ...
# tornadofx
e
As long as you are in the same scope, you just do
val model : CustomerModel by inject()
in all the Views and Controllers that need the model. Incredibly neat.