|
I think rather than storing things directly on the application or on _global I'd recommend using a singleton class. That way you can control things a little better programmatically but still have the static reference which will exist for the life of the app.
Matt
-----Original Message-----
Which has the longer lifetime: _global or
Application.application; |
- Re: Lifetime of _global vs Application.application Matt Chotin
- Re: Lifetime of _global vs Application.application sbyrne_dorado

