Awabot.Core.Helpers.ErrorDisplayer.Info C# (CSharp) Méthode

Info() public static méthode

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