private void button1_Click(object sender, EventArgs e) { this.textBox2.Text = this.textBox1.Text; }
就楼上的那样