Example #1
0
 public static void Main()
 {
     BoolPrinter printer = new BoolPrinter();
     printer.PrintBoolValue(true);
 }