コード例 #1
0
 internal static void Main()
 {
     TestClass testClass = new TestClass();
     testClass.PrintBoolean(true);
 }