Exemplo n.º 1
0
        public static void Main()
        {
            ConsolePrinter consolePrinter = new ConsolePrinter();

            consolePrinter.PrintBoolToConsole(true);
        }
Exemplo n.º 2
0
 public static void Main()
 {
     ConsolePrinter consolePrinter = new ConsolePrinter();
     consolePrinter.PrintBoolToConsole(true);
 }