07 2011 档案

摘要:1 using System; 2 using System.Data; 3 using System.Drawing; 4 using System.Drawing.Printing; 5 using System.Windows.Forms; 6 7 8 namespace InvoiceSystem{ 9 10 public partial class Printer : Form 11 { 12 private DataGridView invoiceGrid; 13 private int rowCount = 0; //datagridview行数 14 private int . 阅读全文
posted @ 2011-07-21 14:15 桦仔 阅读(759) 评论(0) 推荐(1) 编辑