ya ví porque llega vacío... mira estas líneas :
Código C#:
Ver original//EH AQUI EL ERROR EN ESTAS 2 LINEAS,SETEAS EN BLANCO
//EL TEXTBOX ASI QUE LO COMENTAMOS
//this.textBox1.Text = string.Empty;
//this.textBox2.Text = string.Empty;
string valor1 = this.textBox1.Text;
string valor2 = this.textBox2.Text;