// 新增 public void AddShape(IShape theShape) { m_Shapes.Add ( theShape ); }
// 新增 public void AddShape(IShape theShape) { m_Shapes.Add(theShape); }