private void button1_Click(object sender, EventArgs e)
{
textBox2.Text += textBox1.Text + "\n\n";
textBox1.Text = "";
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Feb 21, 2013, 9:36 AM
Mukesh KumarPosted Feb 21, 2013, 1:51 AM