Is there somewhere an event OnApplication load?
I need an event where i can init some local vars.
The problem is that ihave a startpage, and this startpage has to know if it is first timeexecuted or not.
Because the other pages, are going back to this startpage.
But everytime all events are called (OnPageLoad, OnDeviceReady)
Is there an event which is executed only once?