I have an array of buttons and a method suits for all buttons. But, how can I know which button in the array was clicked? ([0,0] \ [0,1] ...)
Can I pass information to the method?

Thanks.