コード例 #1
0
ファイル: ucRoomRead.cs プロジェクト: kachmaroman/Library
 private void printRoomRead_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e)
 {
     Printer.PrintTable(roomReadingMetroGrid, e);
 }
コード例 #2
0
ファイル: ucGiveBook.cs プロジェクト: kachmaroman/Library
 private void printGiveBooks_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e)
 {
     Printer.PrintTable(giveBookMetroGrid, e);
 }