Form间传值
摘要://传值Form1.csuser = "dxzyy";form2.User = this.user;//取值Form2.csprivate string user;public string User{ get { return user; } set { user = value; }}
阅读全文
posted @ 2014-01-03 10:13
posted @ 2014-01-03 10:13