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