Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您单击我的 flowView 中的图像时,会出现一个新窗口。在此出现时,我希望关闭包含 FlowView 的表单。
我找到了一种方法,但是它非常混乱,肯定有更好的方法吗?我的有效但看起来很糟糕的代码如下。
this.Parent.Parent.Parent.Parent.Dispose();
任何提示表示赞赏。