Bloom.ToPalaso.Experimental.ProgressDialogForeground.ApplicationDoEventsProgress.WriteWarning C# (CSharp) Method

WriteWarning() public method

public WriteWarning ( string message ) : void
message string
return void
            public void WriteWarning(string message, params object[] args)
            {
                Application.DoEvents();
            }