Example #1
0
 public static void Print(IPrintable pOutput)
 {
     Console.WriteLine(pOutput.PrintOut());
 }