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