Can someone give me a simple but working exemple of the method to use a control from a external class function ?

I mean by exemple, I have a textbox on my form and a button, bwhen I click the button it call a function from another class and that function change de textbox.text.

Thanks in advance.