Making static data compile time and universal
This commit is contained in:
parent
0fd5b7a0f9
commit
506f2b273f
141 changed files with 13671 additions and 355 deletions
|
|
@ -40,7 +40,7 @@ namespace MatterHackers.MatterControl
|
|||
this.HelpArticle = helpArticle;
|
||||
this.Text = helpArticle.Name;
|
||||
this.Tag = helpArticle;
|
||||
this.Image = AggContext.StaticData.LoadIcon("fa-text-file_16.png", 16, 16);
|
||||
this.Image = StaticData.Instance.LoadIcon("fa-text-file_16.png", 16, 16);
|
||||
}
|
||||
|
||||
public HelpArticle HelpArticle { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue