Hi
In my code i used 'OnNavigatedTo' more than once and it throws the following error
"'OpenHeavens.MainPage' already defines a member called 'OnNavigatedTo' with the same parameter types"
Is there a way i can resolve this issues because i need to use 'OnNavigatedTo' more than once in my code
Thank you