hi, i have 2 buttons in form1
-> btnAdd
-> btnDelete
clicking one of these buttons will open the same form (form2). In this form i have 2 methods.
-> Add
-> Delete
Depending on which button is clicked one of the methods will work.
How can i no what button was clicked in form2?