public void UpdatePulsGUI() { if (InvokeRequired) { BeginInvoke((Action) delegate { PulsValue.Text = Convert.ToString(currentBl.GetPuls()); }); } }