前端之家收集整理的这篇文章主要介绍了
c# – 重新加载Windows窗体而不关闭并重新打开,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有一个
Windows窗体应用程序写在c#中.当有人按下“清除”按钮时,我想重新加载表单.但是我无法实现
调用Load事件.这些行还没有起作用:
this.Refresh();
this.Load +=new EventHandler(Grafik_Load); // 'Grafik' is the name of the form.
我该怎么办?感谢您的帮助..
原文链接:https://www.f2er.com/csharp/95249.html