hi there,
i have the following on click button
{
// do something
}
now i want to call this button from another button that i created
private
buttonA_Click();
i get an error 'Error 1 No overload for method buttonA_Click' takes '0' arguments...
please help!