Awabot.Core.Helpers.ErrorDisplayer.Info C# (CSharp) Method

Info() public static method

public static Info ( string message ) : void
message string
return void
        public static void Info(string message)
        {
            MessageBox.Show(message, Globals.BotWindowName, MessageBoxButtons.OK, MessageBoxIcon.Information);
        }
    }
ErrorDisplayer