Hi guys,
We use
this.NavigationService.Navigate(typeof(HomePage));
to navigate to another page from the actual page.
But, when using the ICommand's method, this will not work (not set to reference).
What's the best solution for that ?
Hi guys,
We use
this.NavigationService.Navigate(typeof(HomePage));
to navigate to another page from the actual page.
But, when using the ICommand's method, this will not work (not set to reference).
What's the best solution for that ?