Exemple #1
0
        public static void Main()
        {
            ConsolePrinter consolePrinter = new ConsolePrinter();

            consolePrinter.PrintBoolToConsole(true);
        }
Exemple #2
0
 public static void Main()
 {
     ConsolePrinter consolePrinter = new ConsolePrinter();
     consolePrinter.PrintBoolToConsole(true);
 }