Remove event keyword from private fields
This commit is contained in:
parent
09178e11d5
commit
535a161115
66 changed files with 72 additions and 72 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue