Remove event keyword from private fields

This commit is contained in:
John Lewin 2016-12-29 06:55:12 -08:00
parent 09178e11d5
commit 535a161115
66 changed files with 72 additions and 72 deletions

View file

@ -42,7 +42,7 @@ namespace MatterHackers.MatterControl.PrintQueue
{
public class QueueDataView : ScrollableWidget
{
private event EventHandler unregisterEvents;
private EventHandler unregisterEvents;
// make this private so it can only be built from the Instance
private void SetDisplayAttributes()