用Hide。如果用Colse的话,你新窗体的资源也会被释放,也就没了。
打开新窗口,只能将原窗口hide隐藏然后在新窗口的closed事件中,如果关闭就弹出原窗口.show()
你可以再关闭窗口的时候使用closing事件打开SecWindow 再使用closed事件关闭MainWindow