/// <summary> /// default constructor /// </summary> /// <param name="myDoc"> /// the document of the sample /// </param> public WallGeometry(MyDocument myDoc) { m_myDocument = myDoc; m_drawing = new WallDrawing(this); }