首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
WPF windows和page的打开方法
WPF windows和page的打开方法
mac
2024-05-27
53
windows
EditGateLIst gatel = new WpfApplication1.EditGateLIst(); gatel.ShowDialog();
page
NavigationWindow window = new NavigationWindow(); window.Source = new Uri("Page1.xaml", UriKind.Relative); window.Show();
转载请注明原文地址: https://mac.8miu.com/read-492682.html
最新回复
(
0
)