質問

I have created one page in silver light using visual studio, now i want it call from silver light mainpage on button click , how would i get it ...

役に立ちましたか?

解決

Please try this

this.NavigationService.Navigate(new Uri("SelectionPage.xaml", UriKind.Relative));
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top