我在类库中定义一个页面,想在主应用中打开这个页面,但是不知道如何定义uri?
请高手帮忙!最好能给个代码提示。
Uri classLibraryPage = new Uri("/PhoneClassLibrary1;component/page1.xaml",UriKind.Relative); this.NavigationService.Navigate(classLibraryPage);
/你的类库名;component/页面路径