private void printRoomRead_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e) { Printer.PrintTable(roomReadingMetroGrid, e); }
private void printGiveBooks_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e) { Printer.PrintTable(giveBookMetroGrid, e); }