Open main menu

CDOT Wiki β

Changes

Adapter

103 bytes added, 00:27, 26 February 2007
Code Examples
== Code Examples ==
 
The following Adapter pattern code example is from http://dofactory.com/Patterns/PatternAdapter.aspx
 
<pre>
using System;
1
edit