I have a NavigationWindow and a folder called Views. In that folder is a user control called Home.
How do I navigate to that page?
I have a NavigationWindow and a folder called Views. In that folder is a user control called Home.
How do I navigate to that page?
myNavigationWindow.Navigate(new Uri("/Views/Home.xaml", UriKind.Relative));