Is there a way to view OnStart anywhere after the first screen of the app is deleted?
I created app, in the first screen (Screen1) onStart is visible and I added different tasks when application is onStart. The result of onStart is visible into Screen2 as well.
When Screen1 is deleted, OnStart property is not visible in Screen2 however, the result coming from onStart is reflected into Screen2. Where can i see OnStart now to view/change what it does?