form.ShowDialog(owner)这里的owner是做什么用的?
owner实现Win32Window接口就行,但是这么参数具体是做什么用的一直都没有想明白,文档上是这么说的:
owner: Any object that implements System.Windows.Forms.IWin32Window that represents the top-level window that will own the modal dialog box.
但是拥有这个dialog box又能做什么呢?我又不能通过owner回传参数