摘要: 例子:在vs2010中创建一个winform的解决方案,然后定义一个类Person,Person.cs 的代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace test{ public class Person { public string Name { get; set; } public int Age { get; set; } public string six { get; set; } public DateTime Birthday { g 阅读全文
posted @ 2013-07-05 15:51 勇气 阅读(566) 评论(1) 推荐(0) 编辑