Upgrading to .net 4.5.

This commit is contained in:
Lars Brubaker 2014-11-25 12:19:37 -08:00
parent abc6305702
commit e1fc6838a3
22 changed files with 63 additions and 32 deletions

View file

@ -51,7 +51,6 @@ namespace MatterHackers.MatterControl.PrintHistory
public class PrintHistoryWidget : GuiWidget
{
TextImageButtonFactory textImageButtonFactory = new TextImageButtonFactory();
Button deleteFromLibraryButton;
CheckBox showOnlyCompletedCheckbox;
CheckBox showTimestampCheckbox;
PrintHistoryDataView historyView;