private void printToolStripButton_Click(object sender, EventArgs e) { string strT = "TAC"; PrintDGV.Print_DataGridView(dataGridViewP, strT, false, intUserLimit); }
private void printPreviewToolStripButton_Click(object sender, EventArgs e) { string strT = "product"; PrintDGV.Print_DataGridView(dataGridViewProduct, strT, true, intUserLimit); }