Exemplo n.º 1
0
 private static void drawMediumShape()
 {
     shapes.Add(factory.GetMediumShape());
     Console.WriteLine(shapes.Last());
 }