Drop statics, use instance members
This commit is contained in:
parent
6e6b0b951b
commit
57ded486a4
3 changed files with 10 additions and 10 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue