private void buttonShowColl_Click(object sender, RoutedEventArgs e) { NavigationService nav; nav = NavigationService.GetNavigationService(this); ShowCollectionPage scp = new ShowCollectionPage(); //nav.Navigate(mcp); frameMediaCenter.Navigate(scp); }
public SearchShowWindow(ShowCollectionPage scp) { InitializeComponent(); }