Added more menus for library handling.

This commit is contained in:
Lars Brubaker 2015-08-03 17:31:53 -07:00
parent f43860c00f
commit 3435cb611e
4 changed files with 68 additions and 4 deletions

View file

@ -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