I\'m making a windows forms application using C#. I add buttons and other controls programmatically at run time. I\'d like to know how to handle those buttons\' click events
seems like this works, while adding a tag with each element of the array
Button button = sender as Button;
do you know of a better way?