ATMLCommonLibrary.forms.ATMLSpashScreen.UpdateProgress C# (CSharp) Method

UpdateProgress() public method

public UpdateProgress ( string caption ) : void
caption string
return void
        public void UpdateProgress(string caption)
        {
            lblCaption.Invoke((MethodInvoker) (() => lblCaption.Text = caption));
            _currentMessage = caption;
            _tickCount = 0;
        }