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:
Lars Brubaker 2015-07-14 10:39:20 -07:00
parent 93bed277ed
commit a15b7891e7
6 changed files with 58 additions and 23 deletions

View file

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