public string getText() { if (this.InvokeRequired) { getStringCallBack d = new getStringCallBack(getText); return((string)this.Invoke(d)); } else { return(base.Text); } }
public string getText() { if (this.InvokeRequired) { getStringCallBack d = new getStringCallBack(getText); return (string)this.Invoke(d); } else { return base.Text; } }