Closed Kangaroux closed 4 years ago
I want to make a couple changes to this
EDIT: specifically i want to add a new delegate type to use for the event handlers so the receiver doesn't have to cast the event args
EDIT 2: .net provides a generic EventHandler<T>
that you can use instead of having to create a delegate type, did that instead
Closes #39