browngraphicslab / NuSys

0 stars 0 forks source link

ToolWindow Events Don't always get removed correctly #1630

Open murrayLuke opened 7 years ago

murrayLuke commented 7 years ago

Find the line of code where you add this event, we add events to all the button but never remove them.

_deleteButton.Tapped += _deleteButton_Tapped;