Пример #1
0
 public void Paint3DShape(D3Shape s)
 {
     foreach (D2Shape d2 in s.GetD2Shapes())
     {
         d2Painter.Paint2DShape(d2);
     }
 }
Пример #2
0
 public void Paint3DShape(D3Shape s)
 {
     Console.WriteLine("D3 is printing not so nice ... " + s);
 }