WPF windows窗口new出来一个新的Page页面

mac2024-05-14  31

NavigationWindow window = new NavigationWindow(); window.Source = new Uri("Page1.xaml", UriKind.Relative); window.Show();

 

最新回复(0)