문제

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