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