public AboutPage(ICommonPageSupport commonPageSupport, IParentChapter chapter) : base(commonPageSupport, chapter) { NLog.LogManager.GetCurrentClassLogger().Info("constructor"); this.Title = "About Page"; this.TextTitle = "About!"; this.ContentFile = "AboutPage.html"; }
protected BasePage(ICommonPageSupport commonPageSupport, IParentChapter chapter) { mCommonPageSupport = commonPageSupport; mChapter = chapter; }
protected BaseFileInfo(IParentChapter chapter) { mChapter = chapter; }