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
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue