摘要: namespace IEnumreable{ class Person { public string Name { get; set; } public string Sex { get; set; } public string Desption { get; set; } public int DID { get; set; } } class Department { public int ID { get; set; } public string Name { get; set; } } class Program { private static void Main... 阅读全文
posted @ 2013-04-07 08:42 八神吻你 阅读(722) 评论(1) 推荐(0) 编辑