The textbox1.Text can't copy the textbox2.Text

2019-01-27 09:22发布

Below is my code

private void btnCptKb5_Click(object sender, EventArgs e)
{ 
   Form1 form1 = new Form1();
   textbox1.text = form1.textbox1.text;
}

Why is that I can't copy the value of form1 textbox?

标签: c# .net textbox
1条回答
迷人小祖宗
2楼-- · 2019-01-27 10:01
查看更多
登录 后发表回答