2010年6月19日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Computer{ public class Compute { public double Number1 { get; set; } public string Operater { get; set; } p... 阅读全文
posted @ 2010-06-19 13:52 ☞、小人物▨ 阅读(160) 评论(0) 推荐(0)
 
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 学生信息表{ class Student { public string name { get; set; } public string id { get; set; } public string sex { g... 阅读全文
posted @ 2010-06-19 13:43 ☞、小人物▨ 阅读(890) 评论(0) 推荐(1)