asp.net&c#代码的意思
帮我看一下 private void InitializeComponent()
{
this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click); //这些红色的代码是什么意思
this.btnpre.Click += new System.EventHandler(this.btnpre_Click);
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
this.Load += new System.EventHandler(this.Page_Load);
}
谢了!!!