有时候你可以丢掉整个世界,但你不可以丢掉自己--王建国
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.D... 阅读全文
posted @ 2008-12-08 15:49 王*建国 阅读(840) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Dra... 阅读全文
posted @ 2008-12-08 15:47 王*建国 阅读(547) 评论(0) 推荐(0)
摘要: 要序列化的对象的类: [Serializable] public class Person { private string name; public string Name { get { return name; } set { name=value; } } public string Sex; public int Age=31; public Course[] Courses; p... 阅读全文
posted @ 2008-12-08 15:45 王*建国 阅读(162) 评论(0) 推荐(0)