Example #1
0
 private static void AdapterDemo1()
 {
     // Adapter without caching...
     AdapterExamples.Draw();
     AdapterExamples.Draw();
 }
Example #2
0
 private static void AdapterWithCaching()
 {
     AdapterExamples.DrawWithCaching();
     AdapterExamples.DrawWithCaching();
 }