Uhm... non basta, bisogna aggiungere anche un EventHandler che faccia puntare a quella funzione

codice:
this.button.Click += new System.EventHandler(this.button_Click);
HTH