随笔分类 -  C#

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 Joy Tsang 阅读(109) 评论(0) 推荐(0)

导航