fixing warnings
This commit is contained in:
parent
7164f52a9d
commit
7c5a764162
3 changed files with 5 additions and 1 deletions
|
|
@ -65,9 +65,11 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
}
|
||||
|
||||
public RootedObjectEventHandler ItemAdded = new RootedObjectEventHandler();
|
||||
|
||||
public RootedObjectEventHandler ItemRemoved = new RootedObjectEventHandler();
|
||||
|
||||
private static QueueData instance;
|
||||
|
||||
public static QueueData Instance
|
||||
{
|
||||
get
|
||||
|
|
@ -140,6 +142,7 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
listToReturn.Add(printItem);
|
||||
}
|
||||
}
|
||||
|
||||
return listToReturn;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue