Ejemplo n.º 1
0
 private void printRoomRead_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e)
 {
     Printer.PrintTable(roomReadingMetroGrid, e);
 }
Ejemplo n.º 2
0
 private void printGiveBooks_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e)
 {
     Printer.PrintTable(giveBookMetroGrid, e);
 }