代码

MainWindow mwin = new MainWindow();
Application.Current.MainWindow = mwin;
this.Close();
mwin.Show();

 

参考:http://bbs.csdn.net/topics/370266691

相关文章:

  • 2021-11-23
  • 2021-12-05
  • 2021-04-18
  • 2021-11-28
  • 2022-12-23
猜你喜欢
  • 2021-12-08
  • 2022-01-20
  • 2021-12-05
  • 2021-10-12
  • 2022-01-17
相关资源
相似解决方案