摘要: A simple example for interfaceusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace WindowsFormsApplication4{ class Factory { public static ITest create(int itype... 阅读全文
posted @ 2009-09-22 22:46 greencolor 阅读(186) 评论(0) 推荐(0) 编辑
摘要: public class MyImage { private int aaa; private int bbb; private int ccc; public MyImage() // If not add public,can not usenew MyImage(), because the // protect characteristics ofMyImage. { ccc = aaa... 阅读全文
posted @ 2009-09-22 10:43 greencolor 阅读(127) 评论(0) 推荐(0) 编辑