摘要: 软件就像生活,生活中的人,代表一个类(Class),他有自己的特点(属性),这个特点有时候又会变化(属性的访问get,set)下面是模仿杯中倒水的代码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.IO;namespace WaterPumper{public part 阅读全文
posted @ 2011-12-31 18:03 wmingi 阅读(386) 评论(1) 推荐(1)