Added function for permanent printer profile deletes.
This commit is contained in:
parent
a810c7a562
commit
e7b686d46b
1 changed files with 5 additions and 0 deletions
|
|
@ -53,6 +53,11 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
private static EventHandler unregisterEvents;
|
||||
|
||||
public void PermanentDelete(string printerToken)
|
||||
{
|
||||
/*Remove Printer Entity from list of profiles, delete profile on disk and save the Manager.Save()*/
|
||||
}
|
||||
|
||||
public static RootedObjectEventHandler ProfilesListChanged = new RootedObjectEventHandler();
|
||||
|
||||
static ProfileManager()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue