Drop statics, use instance members

This commit is contained in:
John Lewin 2017-09-25 22:27:46 -07:00
parent 6e6b0b951b
commit 57ded486a4
3 changed files with 10 additions and 10 deletions

View file

@ -708,7 +708,8 @@ namespace MatterHackers.MatterControl
public View3DWidget ActiveView3DWidget { get; internal set; }
public string PrintingItemName { get; set; }
public string ProductName { get { return "MatterHackers: XForge"; } }
public string ProductName => "MatterHackers: XForge";
public string CachePath(ILibraryItem libraryItem)
{