Hey everybody,
I have multiple buttons on a form, I need to make them all have the same click event, which displays the name of the sender button.
I knew that in order to make them have the same event handler, I should make there delegates refer to the same function.
but how shall I access the properties of the sender in this function.