protected override void OnInit(EventArgs e) {
			base.OnInit(e);

			if (CommentEntryTemplate == null) {
				CommentEntryTemplate = new DefaultContentCommentEntryForm();
			}
			if (CommentThanksTemplate == null) {
				CommentThanksTemplate = new DefaultContentCommentFormThanks();
			}
		}
Example #2
0
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);

            if (CommentEntryTemplate == null)
            {
                CommentEntryTemplate = new DefaultContentCommentEntryForm();
            }
            if (CommentThanksTemplate == null)
            {
                CommentThanksTemplate = new DefaultContentCommentFormThanks();
            }
        }