コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ArticleSection" /> class.
 /// </summary>
 public ArticleSection() : base(CLASS_NAME)
 {
     mFields = new ArticleSectionFields(this);
 }
コード例 #2
0
		/// <summary>
		/// Initializes a new instance of the <see cref="ArticleSection" /> class.
		/// </summary>
		public ArticleSection() : base(CLASS_NAME)
		{
			mFields = new ArticleSectionFields(this);
		}