public void UpdateDiaGUI() { if (InvokeRequired) { BeginInvoke((Action) delegate { DiaValue.Text = Convert.ToString(currentBl.GetDia()); }); } }