Exemplo n.º 1
0
 public void setCurrentState(string state)
 {
     StatusBox.BeginInvoke(tb => { tb.Text = state; });
 }