把需要传递的值赋给静态变量,这就起到全局变量的效果了!from1中
static string s = textBox1.text;from2中 
string str = form1.s;