写好的页面中的按纽的委托事件无缘无故自动丢失??
写好的页面中的按纽的委托事件无缘无故自动丢失, 比如:
private void InitializeComponent()
{
this.Button1.Click += new System.EventHandler(this.Button1_Click);
}
中的
"this.Button1.Click += new System.EventHandler(this.Button1_Click); "
会自动消失了,麻烦哪位高手指点一下。。。。