I'm working on a c# winforms application.I have created buttons from the back end, like the following:
Button b = new Button();
How can I attach a click to each button that is created from the back end, that each button when clicked, a picture should become visible.