public override void Dispose() { base.Dispose(); Parent = null; }
public CustomSummaryContent(SectionSummary parent) { Parent = parent; Init(); }