Is there a way to refer to the main instance of the document class?

Okay - the main document class can be referred to as ‘this’ in the first frame. Is there another way to refer to it though?

I took and made a static variable of the same type and stored the instance… that has to be the wrong way to do it :slight_smile: