On pressing a button from the form, I will open a page author in .xaml
Report of my code Do:
Private zeros btn_graph_3d_Click (Object Sender, EventArgs e) {this.Navigate (New Uri (<> <1 Window> X.> & gt; UriKind.Relative) ); }
I have an error in navigating that there is no fixed or method in the program Window 1 is my item. XML
Any solution?
Unless there is a xaml control to host your winform page, no one is xaml Page can not bring Xaml compiled during the construction phase and connected in the program it can not be seen standing alone.
For a vinfoorm, the host should host a page in Host Control, which provides a suitable environment that has all pre-requisites that require an Xaml page.
No comments:
Post a Comment