Example #1
0
 public override void VisitCylinder(Cylinder theCylinder)
 {
     theCylinder.Draw();
 }