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
|
|
@ -49,7 +49,7 @@ namespace MatterHackers.MatterControl.Library.Export
|
|||
|
||||
public string ExtensionFilter => "Save as AMF|*.amf";
|
||||
|
||||
public ImageBuffer Icon { get; } = AggContext.StaticData.LoadIcon(Path.Combine("filetypes", "amf.png"));
|
||||
public ImageBuffer Icon { get; } = StaticData.Instance.LoadIcon(Path.Combine("filetypes", "amf.png"));
|
||||
|
||||
public void Initialize(PrinterConfig printer)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue