Beispiel #1
0
 public virtual void DrawShape(Graphics g, BaseShape item)
 {
     item.DrawSelf(g);
 }