需要在子窗口加上关闭事件
protected override void OnClosing(CancelEventArgs e)
{
e.Cancel = true; // cancels the window close
this.Hide(); // Programmatically hides the window
}
- 本文标题: WPF关闭 Window 之后,无法设置 Visibility,也无法调用 Show、ShowDialogor
- 文章分类:【WinForm/WPF】
- 非特殊说明,本文版权归【胡同里的砖头】个人博客 所有,转载请注明出处.