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

@ -62,7 +62,7 @@ namespace MatterHackers.MatterControl.ActionBar
}
}
private event EventHandler unregisterEvents;
private EventHandler unregisterEvents;
public TemperatureWidgetBase(string textValue)
: base(52 * GuiWidget.DeviceScale, 52 * GuiWidget.DeviceScale)