I want to access my page to setup the XAML Page:
Dim Pg As New PageListPickerSelection
Pg.StartCalculating(199,"Z-UU", MyCalculationDataIEnumList, myImageSource)
App.NavigationService.Navigate(New Uri("/uc/ListPicker/PageListPickerSelection.xaml", UriKind.Relative))
But NavigationService.Navigate does not support Objects
or referenced pages.
How is the correct procedure to show the own page?
Or asked in another way: How does the "ListPicker in the WP7" solve this when showing his separated page?
Regards