winform showDialog() 退出问题

今日发现:

  当返回值为Dialog.OK时,会自动退出,不需要this.close()。别的返回值仍需要。

原文地址:https://www.cnblogs.com/gaara-zhang/p/9146923.html