08-19 11:47 C#设计模式(06) - 适配器模式(Adapter Pattern) 将一个类的接口转换成客户希望的另一个接口。Adapter模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 Adapter PatternC#设计模式适配器模式 C#设计模式