Example #1
0
 void PrintItem(IPrintable printable)
 {
     printable.GetText(10, 10);
     printable.GetTitle();
 }