Пример #1
0
 private void printRoomRead_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e)
 {
     Printer.PrintTable(roomReadingMetroGrid, e);
 }
Пример #2
0
 private void printGiveBooks_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e)
 {
     Printer.PrintTable(giveBookMetroGrid, e);
 }