Added more menus for library handling.
This commit is contained in:
parent
f43860c00f
commit
3435cb611e
4 changed files with 68 additions and 4 deletions
|
|
@ -127,6 +127,11 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
|
|||
}
|
||||
}
|
||||
|
||||
public void ChangeName(string newName)
|
||||
{
|
||||
description = newName;
|
||||
}
|
||||
|
||||
public override string Name { get { return description; } }
|
||||
|
||||
public override string ProviderData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue