B4J Question Programmatically Click Label

Hi
I want my button do same job as my label when clicked. ( I Can't use another Sub because I get the text from label.text but sender in sub_clicked.)
I used this:
B4X:
Sub Button2Score_MouseClicked (EventData As MouseEvent)
    Label1Score_MouseClicked(EventData)
End Sub
But its wrong. How to do it?
 
Top