/// <summary> /// Initializes a new instance of the <see cref="StandardContour"/> class. /// </summary> public StandardContour(ContourTypes contourType, AbstractContourBucket[] buckets) : base(contourType, buckets) { }
/// <summary> /// Initializes a new instance of the <see cref="PersonalContour"/> class. /// </summary> public PersonalContour(ContourTypes contourType, AbstractContourBucket[] buckets) : base(contourType, buckets) { }