我有一个
Windows窗体应用程序写在c#中.当有人按下“清除”按钮时,我想重新加载表单.但是我无法实现调用Load事件.这些行还没有起作用:
this.Refresh(); this.Load +=new EventHandler(Grafik_Load); // 'Grafik' is the name of the form.
我该怎么办?感谢您的帮助..