Ejemplo n.º 1
0
 void GenerarReporte()
 {
     control.generarReportePDF();
     control.guardarReportePDF(path, filename);
 }