Hi all


I've created a user control that contains 3 buttons Add / Modify / Delete. The click events of the controls are calling abstract methods. I'm placing the control on a form, form1.cs file, i would like to call a specific method for the click of the add button of the control. Can anybody help me on accomplishing this?