示例#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);
 }