コード例 #1
0
 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");
 }
コード例 #2
0
 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);
 }