摘要:
这几天不知道为什么 ,突然想琢磨接口技术,接触了接口才知道它的强大. 下面的这小段代码 这里引入一个设计模式,“Adapter”。它的作用就如现实中的适配器一样,把接口不一致的两个插件接合起来。其实很简单. using System; using System.Collections.Generic; using System.Text; namespace InterfaceExamp... 阅读全文
posted @ 2009-02-19 11:07
linaspx
阅读(313)
评论(0)
推荐(0)