Is it possible to run App.OnStart function from another screen ?
My application has few collections and variables that being changed within other screens and those changes are unique to each session,
once the session is submit those should be reset, therefore I need to run App.OnStart function after submit.
How can I do that ?