Ejemplo n.º 1
0
 public override void Print()
 {
     component.Print();
 }
Ejemplo n.º 2
0
 private static void PrintReport(ReportComponent report)
 {
     report.Print();
 }