Beispiel #1
0
 public ConsolePrinftEventArgs(string PrinftMessage, ConsolePrinftType type)
 {
     message    = PrinftMessage;
     prinftType = type;
 }
Beispiel #2
0
 public ConsolePrinftEventArgs(string PrinftMessage, ConsolePrinftType type, Color textColor)
 {
     message    = PrinftMessage;
     prinftType = type;
     TextColor  = textColor;
 }