public HelpArticleTreeNode(HelpArticle helpArticle, ThemeConfig theme) : base(theme) { this.HelpArticle = helpArticle; this.Text = helpArticle.Name; this.Tag = helpArticle; this.Image = AggContext.StaticData.LoadIcon("fa-text-file_16.png"); }
public HelpArticleTreeNode(HelpArticle helpArticle, ThemeConfig theme) : base(theme) { this.HelpArticle = helpArticle; this.Text = helpArticle.Name; this.Tag = helpArticle; this.Image = StaticData.Instance.LoadIcon("fa-text-file_16.png", 16, 16); }