i have a enable and disable function in my program when determined the program is working... i wont the following parameter 'c' to be either Button, Label, or another Object that handles .Enabled
private void getWorkingChanged(Button c)<<--This is where i wont c to be multiple objects
{
c.Enabled = !c.Enabled;
}