Exemplo n.º 1
0
 public string getText()
 {
     if (this.InvokeRequired)
     {
         getStringCallBack d = new getStringCallBack(getText);
         return((string)this.Invoke(d));
     }
     else
     {
         return(base.Text);
     }
 }
Exemplo n.º 2
0
 public string getText()
 {
     if (this.InvokeRequired)
     {
         getStringCallBack d = new getStringCallBack(getText);
         return (string)this.Invoke(d);
     }
     else
     {
         return base.Text;
     }
 }