Making static data compile time and universal

This commit is contained in:
LarsBrubaker 2020-11-25 07:39:36 -08:00
parent 0fd5b7a0f9
commit 506f2b273f
141 changed files with 13671 additions and 355 deletions

View file

@ -51,7 +51,7 @@ namespace MatterHackers.MatterControl.Plugins.X3GDriver
public override string FileExtension { get; } = ".x3g";
public override ImageBuffer Icon { get; } = AggContext.StaticData.LoadIcon(Path.Combine("filetypes", "x3g.png"));
public override ImageBuffer Icon { get; } = StaticData.Instance.LoadIcon(Path.Combine("filetypes", "x3g.png"));
public override bool Enabled
{