Exemplo n.º 1
0
 public static void Warning(string emphasis, string message)
 {
     Global.PrintMessage(Global.WarningType, emphasis, message);
 }
Exemplo n.º 2
0
 public static void Info(string emphasis, string message)
 {
     Global.PrintMessage(Global.InfoType, emphasis, message);
 }
Exemplo n.º 3
0
 public static void Error(string emphasis, string message)
 {
     Global.PrintMessage(Global.ErrorType, emphasis, message);
 }