form1.cs に存在する別のクラスから form1 クラス イベントを呼び出すにはどうすればよいでしょうか。
public partial class form1 : form
{
// an event to change the text of a textbox
}
public class A
{
sendtext()
{
//text to be sent to the texbox
// the text is created as a output of a thread
}