0

Good day coders

Its my first time using Pages in C#. I am struggling with something really silly that is preventing me from getting my work done. How to a switch from a user control/windows form to a page.

I tried the following:

NavigationService navService = NavigationService
             .GetNavigationService(this); 

            navService.Navigate =  (new
             System.Uri("Page2.xaml",UriKind.RelativeOrAbsolute)); 

0 Answers0