我在程序中默认启动
main.cs的form ,如果再从 main from 中以
Demo d = new Demo();
d.ShowDialog();
形式打开 Demo from时,如何实现在demo from关闭时刷新 main窗体?
另外,在 demo关闭时,经常出现错误为什么?