Esempio n. 1
0
 private static void NotifyUser(string val)
 {
     ConsolePrinter.WriteLine($"UI NOTIFICATION: you scanned {val}", ConsoleColor.Blue);
 }
 public void Dispose()
 {
     ConsolePrinter.WriteLine("Scanner disposed", ConsoleColor.Red);
 }
Esempio n. 3
0
 private static void GateInIfAllowed(string restriction)
 {
     ConsolePrinter.WriteLine(restriction, ConsoleColor.Green);
 }