I have Button A and Button B. How to make Button A, same with action like Button B ?
For example , if I click Button A , it will do calculation x = 1 + 1 . Button B also will do that if I click at somewhere else.
But, I dont want to copy the same code in A to the code B . It will make longer for my case.
PLease help ..