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

WriteMessageWithColor() public method

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