Working on being able to get all the item info without creating a PrintItemWrapper
Passing a LibraryProvider rather than a print item
This commit is contained in:
parent
93bed277ed
commit
a15b7891e7
6 changed files with 58 additions and 23 deletions
|
|
@ -30,8 +30,6 @@ either expressed or implied, of the FreeBSD Project.
|
|||
using MatterHackers.Agg;
|
||||
using MatterHackers.Agg.UI;
|
||||
using MatterHackers.Agg.VertexSource;
|
||||
using MatterHackers.MatterControl.DataStorage;
|
||||
using MatterHackers.MatterControl.PrintQueue;
|
||||
using MatterHackers.VectorMath;
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
|
@ -94,9 +92,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
}
|
||||
}
|
||||
|
||||
public abstract PrintItemCollection PrintItemCollection { get; }
|
||||
|
||||
public abstract PrintItemWrapper PrintItemWrapper { get; }
|
||||
public abstract bool Protected { get; }
|
||||
|
||||
public override void OnClosed(EventArgs e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue