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