用户
 找回密码
 立即注册
发表于 2022-11-22 14:39:50
需要有窗体执行this.Close(), l例如
DealForm d = new DealForm();
this.Form.Show(d, (obj, args) => this.Close());
在窗体d中执行this.Close()  会关闭d窗体并触发show的回调关闭上个窗体
使用道具 举报 回复 支持 反对
发新帖
您需要登录后才可以回帖 登录 | 立即注册