我的用户控件有个textbox,如何在winfrom窗体下获取UserControl1控件的textbox值?
UserControl1 empcontrol = new UserControl1();
groupBox1.Controls.Add(empcontrol);