ATMLCommonLibrary.forms.ATMLSpashScreen.UpdateProgress C# (CSharp) 메소드

UpdateProgress() 공개 메소드

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