/// <summary>
 /// Initializes a new instance of the <see cref="CafeSection" /> class.
 /// </summary>
 public CafeSection()
     : base(CLASS_NAME)
 {
     mFields = new CafeSectionFields(this);
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CafeSection" /> class.
 /// </summary>
 public CafeSection() : base(CLASS_NAME)
 {
     mFields = new CafeSectionFields(this);
 }