如何在窗口中导航表单(我有一个名为settings的按钮,所以当我点击它时,它应该在一个新窗口中打开? 我使用了这段代码,但我并没有和我一起工作
Private void Button_Click_4 (object sender, RoutedEventArgs e)
{
NavigationService Nov = NavigationService. GetNavigationService (this);
Nov.Navigate (new Uri ("Window1. xaml", UriKind. RelativeOrAbsolute));
}
答案 0 :(得分:0)