Hey all,
I have some events I want to only run on the start of the first layout started, but for ease of debugging, I don't want them tied to a particular layout.
I've created a data object with boolean "IsInitialized". At start of layout, I check this boolean. If false, I run the startup routine.
It works, but I was curious if there was a better way.