コード例 #1
0
ファイル: Start.cs プロジェクト: DennyGD/High-Quality-Code
        public static void Main()
        {
            ConsolePrinter consolePrinter = new ConsolePrinter();

            consolePrinter.PrintBoolToConsole(true);
        }
コード例 #2
0
ファイル: Start.cs プロジェクト: DennyGD/High-Quality-Code
 public static void Main()
 {
     ConsolePrinter consolePrinter = new ConsolePrinter();
     consolePrinter.PrintBoolToConsole(true);
 }